Search found 15603 matches

by ArndW
Wed May 14, 2008 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup problem
Replies: 3
Views: 1867

I think you will have to separate out the lookups into distinct stages in order to locate it.
by ArndW
Wed May 14, 2008 8:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Max no of jobs can be called in a Job Sequence in PX
Replies: 4
Views: 1313

I just did a quickie test with 100 job activities and that worked.
by ArndW
Wed May 14, 2008 8:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Max no of jobs can be called in a Job Sequence in PX
Replies: 4
Views: 1313

The same number as in Server. I would guess that at least 128 or 256 could be called, if there is a limit at all.
by ArndW
Wed May 14, 2008 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with the lookup
Replies: 5
Views: 1022

What did you specify as your pad character. If a trim() function doesn't remove spaces from a VarChar() then you can be 100% certain that you don't have spaces in your string but some other character.
by ArndW
Wed May 14, 2008 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Finding the Category for each job.
Replies: 8
Views: 2090

add a ";" to the command.
by ArndW
Wed May 14, 2008 6:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compress datasets
Replies: 6
Views: 1379

A DataSet isn't a single UNIX object, it is a descriptor that points to data files and those can't be compressed automagically. So compressing the descriptor file doesn't do anything at all. The columns could be compressed, but the gain of compressing a string of 100 is going to be much less than co...
by ArndW
Wed May 14, 2008 5:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Job Logfile
Replies: 1
Views: 644

The command line "dsjob -logdetail" provides output (which you can redirect to a text file) with all the information you require and is much easier than writing DataStage BASIC programs to use the builtin routines. If you code this yourself, the main routines that you will use and can read about in ...
by ArndW
Wed May 14, 2008 5:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DsSort Space Clearing
Replies: 4
Views: 1165

It should be self-cleaning. Are the files that are left over from runs that aborted?
by ArndW
Wed May 14, 2008 4:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using ODBC to connect to MS access datastage installed linux
Replies: 4
Views: 1965

Yes, that is correct. If you do find a free ODBC application that will do this, please post that information to this thread as I am sure that many (including myself) would be interested.
by ArndW
Wed May 14, 2008 4:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup file set
Replies: 3
Views: 1715

A lookup filesets can only be used for lookups, you can never "read" or even view the data from this stage type. Your initial post seemed to indicate that you wanted to use this stage for more than mere lookups.
And yes, you can use a lookup file set as a lookup on a sequential file.
by ArndW
Wed May 14, 2008 4:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup key value in a delimited string with a lookup stage
Replies: 5
Views: 1203

Shane - that kind of INDEX() substring logic cannot be implemented in a lookup. You only have equality or range options, so you would need to pivot the reference data from 1 row with n-columns to n-rows after all.
by ArndW
Wed May 14, 2008 4:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS jobs
Replies: 13
Views: 3492

The location of the "dsjob" executable has nothing to do with the projects and their locations. It is determined by the administrator when installing DataStage and the default locations depend upon which operating system is used. The location is best found by using $DSHOME/bin/dsjob; and the DSHOME ...
by ArndW
Wed May 14, 2008 4:13 am
Forum: General
Topic: Setting user roles & priviledges from command line
Replies: 9
Views: 2074

I can understand Aakash's worries - they have many, many users!
by ArndW
Wed May 14, 2008 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using ODBC to connect to MS access datastage installed linux
Replies: 4
Views: 1965

I used to think that there were only paid products that offerred ODBC connectivity for UNIX (i.e. ConnectDirect) but I've seen some recent threads here where people mentioned freeware ODBC drivers. Perhaps you could search the threads for use Google to find such software, as it is not part of the st...
by ArndW
Wed May 14, 2008 4:04 am
Forum: General
Topic: Setting user roles & priviledges from command line
Replies: 9
Views: 2074

Aakash, I don't think you can. I've just checked a Version 8 and haven't seen any way to set user roles and privileges.