Search found 42189 matches
- Tue May 27, 2008 10:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Scheduling more than one instance of same Job does nothing
- Replies: 6
- Views: 1863
- Tue May 27, 2008 9:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Retrieving Job name in error
- Replies: 13
- Views: 3358
- Tue May 27, 2008 8:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Retrieving Job name in error
- Replies: 13
- Views: 3358
- Tue May 27, 2008 7:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need Datastage job (.dsx) location
- Replies: 3
- Views: 2020
- Tue May 27, 2008 7:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Capturing part of job log using routine
- Replies: 28
- Views: 8168
- Tue May 27, 2008 6:59 am
- Forum: General
- Topic: Exporting routines from Datastage Command Line
- Replies: 3
- Views: 2963
- Tue May 27, 2008 6:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Return Value (Execute command)
- Replies: 3
- Views: 1472
Two values, not the value 2. Either return a delimited string and parse it or leverage the fact that the output will be in the form of a dynamic array and select each element individually.
Code: Select all
Execute_Command_Stage.$ReturnValue<1>
Execute_Command_Stage.$ReturnValue<2>- Tue May 27, 2008 6:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Basic Routine in dataStage PX
- Replies: 17
- Views: 5692
- Tue May 27, 2008 6:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Capturing part of job log using routine
- Replies: 28
- Views: 8168
- Tue May 27, 2008 6:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: need last 5 transactions
- Replies: 2
- Views: 1390
- Mon May 26, 2008 11:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Email sending with attachment
- Replies: 10
- Views: 2990
Blat. Or a group contact. Or talk to your admin to see why what you tried is not working.
ps. Some systems want a comma with no extra space: "fred,ethel" rather than "fred, ethel".
ps. Some systems want a comma with no extra space: "fred,ethel" rather than "fred, ethel".
- Mon May 26, 2008 11:28 pm
- Forum: General
- Topic: Datastage 8.0 XML Input Stage Usage - Need Clarification
- Replies: 18
- Views: 17957
- Mon May 26, 2008 11:24 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Basic Routine in dataStage PX
- Replies: 17
- Views: 5692
- Mon May 26, 2008 11:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: A function equivalent to NVL in datastage
- Replies: 11
- Views: 18904
- Mon May 26, 2008 10:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: A function equivalent to NVL in datastage
- Replies: 11
- Views: 18904
Re: A function equivalent to COALESCE() in datastage
prasanna2883 wrote:Iam not able to identify any function which works similar to coalesce() in oracle.
Re-read Ray's first answer. You could always write your own as a build op, I suppose.