Search found 42189 matches
- Mon Nov 29, 2010 4:38 pm
- Forum: General
- Topic: Routine DSSendMail did not finish OK, return code = '-21'
- Replies: 13
- Views: 9051
- Mon Nov 29, 2010 4:35 pm
- Forum: General
- Topic: row count check in a file, then run job
- Replies: 12
- Views: 4845
An Execute Command stage could count the number of records in the file: wc -l <filename> After that you just need triggers from there to two Job Activity stages, one could check for $CommandOutput=1 and the other could be simply an Otherwise trigger for when it is greater than one. Assuming the resu...
- Mon Nov 29, 2010 2:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing a query to a shared container
- Replies: 6
- Views: 2608
- Mon Nov 29, 2010 2:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dsjob-same parameter multiple times but with diff values
- Replies: 2
- Views: 1811
- Mon Nov 29, 2010 12:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sftp ing the files and deleting files on remote server.
- Replies: 17
- Views: 11644
- Mon Nov 29, 2010 11:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null Field Value
- Replies: 12
- Views: 3204
- Mon Nov 29, 2010 11:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Moving data from one folder to another without copying
- Replies: 3
- Views: 1343
- Mon Nov 29, 2010 7:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dsjob-same parameter multiple times but with diff values
- Replies: 2
- Views: 1811
- Mon Nov 29, 2010 7:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Moving data from one folder to another without copying
- Replies: 3
- Views: 1343
- Sun Nov 28, 2010 10:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running a Datastage job from exact point of failure
- Replies: 1
- Views: 1985
Your jobs can do whatever you can code them to do. If you want to be able to pick up where you left off, then you either need to keep track of how far you get or have some kind of post-process that can determine that for you. Then a constraint in the job can use @INROWNUM compared to a job parameter...
- Sun Nov 28, 2010 10:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Update ORA table with date field in 8.1 V server job
- Replies: 5
- Views: 1967
- Sun Nov 28, 2010 4:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Update ORA table with date field in 8.1 V server job
- Replies: 5
- Views: 1967
- Sun Nov 28, 2010 10:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Update ORA table with date field in 8.1 V server job
- Replies: 5
- Views: 1967
- Fri Nov 26, 2010 11:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference Between join, Lookup and merge
- Replies: 6
- Views: 12576
- Fri Nov 26, 2010 7:37 am
- Forum: General
- Topic: Restartability of the sequences
- Replies: 3
- Views: 1589