Page 1 of 1

how to pass parameter from Batch Job to It's Underlaying job

Posted: Tue Mar 21, 2006 7:16 am
by dalvigirish
Hi,
I have created Batch Job using DataStage Director to run the jobs in a sequence. Can anybody know how to pass parameter from Batch Job to It's Underlaying job. In this case I don't want to user DataStage Sequencer.

Posted: Tue Mar 21, 2006 7:22 am
by DSguru2B
Your Batch Job should read from the Parameter.ini file and use it to pass to the underlying jobs.

Posted: Tue Mar 21, 2006 7:22 am
by kumar_s
Welcome Aboard :D
What is the main purpose of the batch job. Is it just preparing the parameters for the underlying jobs or call the jobs.
If so search for DSRunJob and DSSetParam.