Search found 42189 matches
- Thu Nov 11, 2010 9:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to convert 5 digit julian date to calendar date ?
- Replies: 14
- Views: 9990
- Thu Nov 11, 2010 9:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: string to date
- Replies: 29
- Views: 7426
- Thu Nov 11, 2010 8:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Best Way to Load flat file with no delimiters
- Replies: 7
- Views: 4028
- Thu Nov 11, 2010 8:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: string to date
- Replies: 29
- Views: 7426
- Thu Nov 11, 2010 8:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing a value from oracle table as a parameter
- Replies: 4
- Views: 1459
- Thu Nov 11, 2010 8:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential file name with Timestamp
- Replies: 8
- Views: 3287
Right, a full path not a relative path. That or 'cd' there first:
Code: Select all
cd target_directory && mv old new- Thu Nov 11, 2010 6:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing a value from oracle table as a parameter
- Replies: 4
- Views: 1459
- Thu Nov 11, 2010 6:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential file name with Timestamp
- Replies: 8
- Views: 3287
- Thu Nov 11, 2010 6:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sql code 1403 and records getting rejected..
- Replies: 6
- Views: 3733
- Wed Nov 10, 2010 9:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: string to date
- Replies: 29
- Views: 7426
- Wed Nov 10, 2010 9:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sql code 1403 and records getting rejected..
- Replies: 6
- Views: 3733
- Wed Nov 10, 2010 9:24 pm
- Forum: General
- Topic: sequence job restartability
- Replies: 5
- Views: 1609
Sure, of course you can add it, just wanted to make sure you understood it wouldn't help with this particular run. As to the 'how to achieve' question, there is the Terminator stage you can specifically link to or read up (here and in the docs) on the 'Automatically handle' compilation option. With ...
- Wed Nov 10, 2010 9:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sql code 1403 and records getting rejected..
- Replies: 6
- Views: 3733
- Wed Nov 10, 2010 8:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: string to date
- Replies: 29
- Views: 7426
- Wed Nov 10, 2010 8:53 pm
- Forum: General
- Topic: sequence job restartability
- Replies: 5
- Views: 1609
Too late now, unfortunately, you'll need to run the jobs manually from 4 on outside of the Sequence job to pick up where you left off. That or copy the Sequence and remove the first three jobs. In the future, build restartability into the Sequence via the 'Add Checkpoints' compilation option. Make s...