Search found 42189 matches
- Sun May 17, 2009 8:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DECIMAL TO STRING
- Replies: 2
- Views: 1439
- Sun May 17, 2009 8:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: work flow in IBM DataStage
- Replies: 4
- Views: 1634
The dummy file gives you something to check for, as Arnd noted. Think of it like a flag or semaphore - your Sequence job checks for the existence of the file and only if found allow the processing job to run. And there are several ways you can 'check', one way is by using a simple UNIX test function...
- Sun May 17, 2009 8:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Suppressing NLS warnings
- Replies: 3
- Views: 1336
- Sun May 17, 2009 8:30 am
- Forum: General
- Topic: Can't save a package with the Information Server Manager
- Replies: 4
- Views: 1049
- Sun May 17, 2009 8:28 am
- Forum: General
- Topic: High Availability and DataStage 8.1
- Replies: 12
- Views: 9425
- Sat May 16, 2009 8:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to remove the padding charachers from a string
- Replies: 11
- Views: 3713
- Sat May 16, 2009 2:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to get the rejected records from oracle enterprise st
- Replies: 8
- Views: 4154
- Sat May 16, 2009 2:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Limitation on number of instances of a job
- Replies: 3
- Views: 1292
- Sat May 16, 2009 2:06 pm
- Forum: General
- Topic: java.lang.ClassNotFoundException in orbtrc files
- Replies: 8
- Views: 6329
- Sat May 16, 2009 8:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to get the rejected records from oracle enterprise st
- Replies: 8
- Views: 4154
- Sat May 16, 2009 7:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Text file read aborts - Short read encountered
- Replies: 8
- Views: 4168
- Sat May 16, 2009 7:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to remove the padding charachers from a string
- Replies: 11
- Views: 3713
- Fri May 15, 2009 8:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is any way we can retrieve the "Part Num" of Datas
- Replies: 7
- Views: 2080
- Fri May 15, 2009 8:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Range lookup issue
- Replies: 18
- Views: 5126
- Fri May 15, 2009 8:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple Instances Dynamically.
- Replies: 6
- Views: 2353
Another option - open any job in the Designer and switch to the Job Control tab under the Job Properties. Use the 'Add to job' option and pick one or two jobs at random that have job parameters defined. Answer the questions that come up and then examine the code it generates to run and monitor the j...