Search found 6797 matches
- Mon Jan 22, 2007 2:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: parameter
- Replies: 42
- Views: 6765
The design shoudl be Execute_Command_Activity ------- > Job_Activity In the parameters section, where you apply default values, you are to provide that derivation. Is that your design, if not then can you please draw it out, enclosed in quotes so that it makes sense. Also the part before the .$Comma...
- Mon Jan 22, 2007 2:25 pm
- Forum: General
- Topic: Do I need to reconfigure ?
- Replies: 2
- Views: 1462
- Mon Jan 22, 2007 2:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: import error
- Replies: 15
- Views: 5055
- Mon Jan 22, 2007 2:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conditionnal run of a job
- Replies: 9
- Views: 1502
- Mon Jan 22, 2007 2:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine DSU.GetXXXXXX did not finish OK
- Replies: 12
- Views: 4455
- Mon Jan 22, 2007 2:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: import error
- Replies: 15
- Views: 5055
- Mon Jan 22, 2007 1:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conditionnal run of a job
- Replies: 9
- Views: 1502
- Mon Jan 22, 2007 1:56 pm
- Forum: General
- Topic: CR/LF for the new generation
- Replies: 45
- Views: 19163
- Mon Jan 22, 2007 1:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: One DataStage Server is going to die
- Replies: 18
- Views: 6779
- Mon Jan 22, 2007 1:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Splting a file into several files and running them in a loop
- Replies: 8
- Views: 1379
- Mon Jan 22, 2007 1:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: import error
- Replies: 15
- Views: 5055
- Mon Jan 22, 2007 1:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: parameter
- Replies: 42
- Views: 6765
You must have missed the second page. This is a direct copy paste from there:
Inside the jobactivity, where your specifying $CommandOutput, provide the following
OR simply
Inside the jobactivity, where your specifying $CommandOutput, provide the following
Code: Select all
Field(Execute_Command_2.$CommandOutput,@FM,1)
OR simply
Code: Select all
Execute_Command_2.$CommandOutput<1>
- Mon Jan 22, 2007 1:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: parameter
- Replies: 42
- Views: 6765
- Mon Jan 22, 2007 1:09 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: parameter
- Replies: 42
- Views: 6765
- Mon Jan 22, 2007 12:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conditionnal run of a job
- Replies: 9
- Views: 1502
Here's the routine I was talking about:
http://www.dsxchange.com/viewtopic.php?t=100401
Go to the second page. You can remove the timeout part if you want.
http://www.dsxchange.com/viewtopic.php?t=100401
Go to the second page. You can remove the timeout part if you want.