Search found 42189 matches
- Thu Dec 14, 2006 7:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invoking the Excel(.xls) file from unix server in datastage
- Replies: 3
- Views: 1688
- Thu Dec 14, 2006 7:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to assign job status into variable in shell programing
- Replies: 5
- Views: 1553
if is it possible to do this? if yes please give some idea regarding this. Pretty sure that's exactly what I gave you. In my example, your A = my X, with X getting assigned the status code from the dsjob run. If that's not enough then you'll need to explain your problem a little better... like exac...
- Thu Dec 14, 2006 7:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tool to export jobs without their related shared container
- Replies: 15
- Views: 5667
- Thu Dec 14, 2006 7:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Clear Log of Multiple Instance jobs
- Replies: 8
- Views: 2290
- Thu Dec 14, 2006 2:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to assign job status into variable in shell programing
- Replies: 5
- Views: 1553
What do you mean 'assign that Status code into a variable'? Do you mean have the script return that code as its exit status? Or just use it internally? How are you running a 'DS job in unix shell programming' if your server is on Windows? Perhaps: dsjob -run blah-blah-blah X=$? exit $X For whatever ...
- Thu Dec 14, 2006 2:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: XML file with multiple repetitive columns
- Replies: 6
- Views: 2397
Is that a question or a statement? I can't imagine they would "have" to be populated to different tables, per se. Seems to me it would depend on the design of these target tables and how well that lined up with what you are getting. Having 'separate output links' like Ernie mentions doesn't mean the...
- Thu Dec 14, 2006 2:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Clear Log of Multiple Instance jobs
- Replies: 8
- Views: 2290
- Thu Dec 14, 2006 2:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Folder Stage to filter Record
- Replies: 16
- Views: 4408
Yes, DOS record terminators are different from UNIX ones. UNIX uses a single LF character while DODS uses a combination of CR/LF, so I'd suggest you look for the a CR - a CHAR(13) - in your derivation. Yes, the data has to load into the Transformer first to use the Field or any other functions on th...
- Wed Dec 13, 2006 9:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: asseccing peoplesoft applications
- Replies: 8
- Views: 1883
- Wed Dec 13, 2006 8:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: concatination of stage variables
- Replies: 6
- Views: 1715
NullToEmpty would be the proper choice in this case:
No need for it on a field you know will never be null, but if there is any doubt...
Code: Select all
NullToEmpty(var1):NullToEmpty(var2): <etc>No need for it on a field you know will never be null, but if there is any doubt...
- Wed Dec 13, 2006 8:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting ExecuteCommand CommandOutput value in a sequencer
- Replies: 14
- Views: 4738
- Wed Dec 13, 2006 8:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: asseccing peoplesoft applications
- Replies: 8
- Views: 1883
- Wed Dec 13, 2006 8:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting ExecuteCommand CommandOutput value in a sequencer
- Replies: 14
- Views: 4738
- Wed Dec 13, 2006 3:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: asseccing peoplesoft applications
- Replies: 8
- Views: 1883
- Wed Dec 13, 2006 2:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OS error 104
- Replies: 3
- Views: 3543