Search found 53125 matches
- Mon Apr 10, 2006 4:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CMD line Query/ Job RTeport
- Replies: 5
- Views: 1069
- Mon Apr 10, 2006 4:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join/Merge
- Replies: 2
- Views: 1191
The Join stage allows you to perform a standard join - it has one output only - the results depend on how you specify the join. There is no capacity for rejected rows. The Merge stage allows you to perform pairwise lookups, with separate reject links for each reference input. A row appears on the ou...
- Mon Apr 10, 2006 4:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to convert input string to ASCII
- Replies: 9
- Views: 2596
- Mon Apr 10, 2006 4:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: version control numbering
- Replies: 6
- Views: 1333
- Mon Apr 10, 2006 4:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Stop DS Job sequence
- Replies: 10
- Views: 6472
Use Cleanup Resources in Director to identify processes and locks held by those processes. Release these locks then you will be able to recompile. If you can not see all the locks, then you may have locks held by defunct processes. You could try using dsdlockd on the server to check whether any of t...
- Mon Apr 10, 2006 4:05 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Splitting name into title, forename, surname
- Replies: 4
- Views: 1771
- Mon Apr 10, 2006 1:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Condition not correct
- Replies: 6
- Views: 1684
- Mon Apr 10, 2006 1:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: skip header and tail while reading from seq file
- Replies: 14
- Views: 6583
How are you invoking the script? If it's via ExecSH you can simply make the file name a job parameter and use the parameter reference in both locations. If through DSExecute in one of your own routines, you can simply build the command into a variable, having passed the file name as a routine argume...
- Mon Apr 10, 2006 12:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: kill job using job id
- Replies: 15
- Views: 6609
- Sun Apr 09, 2006 9:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 Log getting filled
- Replies: 9
- Views: 4395
- Sun Apr 09, 2006 12:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file look up not working
- Replies: 10
- Views: 3032
- Sun Apr 09, 2006 12:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage logic vs SQL
- Replies: 14
- Views: 10409
- Sun Apr 09, 2006 12:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage logic vs SQL
- Replies: 14
- Views: 10409
Don't rely on UniVerse unless you have a UniVerse licence. The next release of DataStage does not use a UniVerse-like repository. ... then, what would be used to replace Universe as DataStage repository ? thanks, xli The next ("Hawk") release has an "open" repository that is shared by all the Ascen...
- Sat Apr 08, 2006 3:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file look up not working
- Replies: 10
- Views: 3032
- Sat Apr 08, 2006 3:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSU.UtilityWarningToLog is not cataloged
- Replies: 9
- Views: 1611
UtilityWarningToLog is not cataloged with a DSU prefix. None of the SDK routines is. You need to look at its VOC entry (I don't have DataStage available at the moment, otherwise I would have done) to determine the actual catalog name. SELECT @ID FMT '32L',F1,F2 FMT '32L' FROM VOC WHERE @ID LIKE '%Ut...