Explain What is job control?how it is developed?explain with steps?

Submitted by: Administrator
Controlling Datstage jobs through some other Datastage jobs. Ex: Consider two Jobs XXX and YYY. The Job YYY can be executed from Job XXX by using Datastage macros in Routines.

To Execute one job from other job, following steps needs to be followed in Routines.

1. Attach job using DSAttachjob function.

2. Run the other job using DSRunjob function

3. Stop the job using DSStopJob function
Submitted by: Administrator

Read Online Warehouse DataStage Job Interview Questions And Answers