Search found 42189 matches
- Mon Mar 27, 2006 9:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing parameter out of datastage job
- Replies: 21
- Views: 34623
No need for an additional stage if it's already available in the User Status area of one of the jobs in the Sequence job. Besides, that wasn't the question. Juls asked about accessing it from two sub-sequence jobs called from a third top level sequence job. The User Variables stage won't help here. ...
- Mon Mar 27, 2006 9:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple source files single ETL
- Replies: 33
- Views: 8464
One big problem with this approach - jobs have a 'User Status' area, routines don't. Besides, if you've already got a delimited string of all the values, do you really need to go to all that effort to park it in User Status? Put it in a User Variables stage instead... assuming you have 7.5.x install...
- Mon Mar 27, 2006 9:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple source files single ETL
- Replies: 33
- Views: 8464
Can I have a sequencer above the job which passes 'ABC','XYZ'.....to filename and runs the job 4 ( the no of files I have) times. and loads table. Short answer is 'yes'. How you architect that is another matter. Do you know the four values ahead of time or do they change from run to run? If they ar...
- Mon Mar 27, 2006 4:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Generate row count.
- Replies: 15
- Views: 3316
Since you've never posted your job design, this 'problem' is a little hard to follow. However, it sounds like you are trying to generate this psuedo 'key' before the aggregator stage and it comes out of there jumbled up. If that's the case, then the answer is simple - assign it after the aggregation...
- Mon Mar 27, 2006 2:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing parameter out of datastage job
- Replies: 21
- Views: 34623
3) in the sequence job I call another routine that I wrote that extracts the user status. This part shouldn't have been necessary. You should have been able to use StageName.$UserStatus directly. Now a new question.... can I persist that same user status value in between 2 sequence jobs that are ca...
- Mon Mar 27, 2006 1:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSSetParam doesn't seem to set the value of the parameter
- Replies: 3
- Views: 1600
- Mon Mar 27, 2006 1:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Invalid Arguments when run from command line
- Replies: 10
- Views: 2046
- Mon Mar 27, 2006 11:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Shared Container - Default Parameter Values
- Replies: 2
- Views: 848
- Mon Mar 27, 2006 10:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine job did not finish OK
- Replies: 15
- Views: 17308
- Mon Mar 27, 2006 10:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSSetParam doesn't seem to set the value of the parameter
- Replies: 3
- Views: 1600
- Mon Mar 27, 2006 9:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Deleting a dataset
- Replies: 15
- Views: 14470
- Mon Mar 27, 2006 9:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Manipulating data at the bit level
- Replies: 3
- Views: 1099
- Mon Mar 27, 2006 9:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: reset the job and run
- Replies: 6
- Views: 1063
- Mon Mar 27, 2006 9:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to Import Mainframe(cobol)file into DataStage
- Replies: 2
- Views: 2040
- Mon Mar 27, 2006 7:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compiler "cl" not found..
- Replies: 6
- Views: 9116
Searching for the 'PWD thingy' message in the forum turns up someone with the same problems. See if their solution helps.