Search found 42189 matches
- Wed Oct 08, 2014 9:09 pm
- Forum: General
- Topic: New Line character on Windows
- Replies: 17
- Views: 6010
- Wed Oct 08, 2014 4:46 pm
- Forum: General
- Topic: New Line character on Windows
- Replies: 17
- Views: 6010
- Wed Oct 08, 2014 4:24 pm
- Forum: General
- Topic: New Line character on Windows
- Replies: 17
- Views: 6010
- Wed Oct 08, 2014 3:24 pm
- Forum: General
- Topic: Multiple conditions in Routine
- Replies: 4
- Views: 1199
- Wed Oct 08, 2014 3:00 pm
- Forum: General
- Topic: Multiple conditions in Routine
- Replies: 4
- Views: 1199
Dang... been a long time but try:
Code: Select all
If Status = DSJS.RUNFAILED Then
ErrCode = DSRunJob(JobHandle, DSJ.RUNRESET)
ErrCode = DSDetachJob(JobHandle)
ErrCode = DSRunJob(JobHandle, DSJ.RUNNORMAL)
END ELSE
ErrCode = DSRunJob(JobHandle, DSJ.RUNNORMAL)
END- Tue Oct 07, 2014 3:42 pm
- Forum: General
- Topic: Sequence - Checkpoints - Restartability
- Replies: 7
- Views: 2240
- Tue Oct 07, 2014 1:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Performance
- Replies: 5
- Views: 1256
- Tue Oct 07, 2014 11:23 am
- Forum: General
- Topic: Sequence - Checkpoints - Restartability
- Replies: 7
- Views: 2240
- Tue Oct 07, 2014 9:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NULL Handling in Runtime Column Propagation
- Replies: 10
- Views: 6340
- Tue Oct 07, 2014 7:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NULL Handling in Runtime Column Propagation
- Replies: 10
- Views: 6340
- Tue Oct 07, 2014 5:55 am
- Forum: General
- Topic: Sequence - Checkpoints - Restartability
- Replies: 7
- Views: 2240
- Mon Oct 06, 2014 7:13 am
- Forum: General
- Topic: PERMISSIONS
- Replies: 6
- Views: 1415
- Mon Oct 06, 2014 7:08 am
- Forum: General
- Topic: To know the impact of DS8.1, after migrating oracle 12C
- Replies: 1
- Views: 1211
- Sun Oct 05, 2014 7:51 am
- Forum: General
- Topic: PERMISSIONS
- Replies: 6
- Views: 1415
http://en.wikipedia.org/wiki/Umask
Set per user. On UNIX it is typically set in a user's .profile but for DataStage it would be in the dsenv file.
Set per user. On UNIX it is typically set in a user's .profile but for DataStage it would be in the dsenv file.
- Sun Oct 05, 2014 7:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: v8.5 - Error Compiling Parallel Transformer
- Replies: 3
- Views: 3791