Search found 42189 matches
- Fri Jul 06, 2007 7:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Restartability of the jobs in Server sequencer
- Replies: 7
- Views: 3197
Sequence 'General' job properties: * Enable checkpoints so sequence is restartable on failure * Automatically handle activities that fail Those two options are key, especially the first. The second maybe less so since you've already have Sequence jobs with (I assume) error handling built into them. ...
- Fri Jul 06, 2007 7:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding Multi row return
- Replies: 1
- Views: 1537
- Fri Jul 06, 2007 6:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can i move an PDF object into my oracle target
- Replies: 6
- Views: 2003
- Fri Jul 06, 2007 6:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting the Jobs list in the Export file
- Replies: 6
- Views: 1705
- Fri Jul 06, 2007 6:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: getting the timestamp value of executable file
- Replies: 5
- Views: 1297
- Fri Jul 06, 2007 6:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Waiting for File
- Replies: 6
- Views: 2013
If you do change the code in the job control and someone else makes a change to the job at a later stage, will the job control be recreated i.e. will my "roll your own" change be overwritten? Of course. No-one suggested changing the generated code, merely that it be examined to help explain the iss...
- Fri Jul 06, 2007 6:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error calling subroutine: DSR_SCHEDULE
- Replies: 7
- Views: 2310
- Fri Jul 06, 2007 6:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine returning weired value for calculating factorial
- Replies: 16
- Views: 4497
- Thu Jul 05, 2007 5:57 pm
- Forum: Site/Forum
- Topic: When will the Site be back to normal?
- Replies: 6
- Views: 4596
- Thu Jul 05, 2007 4:48 pm
- Forum: General
- Topic: Probelm regarding Jobsequencer.
- Replies: 9
- Views: 2855
- Thu Jul 05, 2007 3:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamic File Layouts
- Replies: 4
- Views: 1227
Pass in a job parameter that controls the layout and dynamically re-arrange what field goes where based on it. Should be fairly simple if you don't need 'Columns headings' as the first record. If so then you'll need to figure a way to 'manually' write it out as your first record. Either that or keep...
- Thu Jul 05, 2007 1:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Dynamic File Layouts
- Replies: 4
- Views: 1227
- Thu Jul 05, 2007 1:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read Multiple Lines from Text file
- Replies: 7
- Views: 2186
I know. You'll need to detect that you've just read a 'header' record and parse out the report name from it. When you do that, assign that value to the stage variable in its deviation, otherwise for any non-header record just set the value of the stage variable to itself as kind of a 'no-op'. For ex...
- Thu Jul 05, 2007 1:29 pm
- Forum: General
- Topic: Probelm regarding Jobsequencer.
- Replies: 9
- Views: 2855
- Thu Jul 05, 2007 1:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read Multiple Lines from Text file
- Replies: 7
- Views: 2186