Warehouse DataStage Question: Download Warehouse DataStage PDF

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

Tweet Share WhatsApp

Answer:

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

Download Warehouse DataStage PDF Read All 37 Warehouse DataStage Questions
Previous QuestionNext Question
Explain How to handle the rejected rows in datastage?Explain What does a Config File in parallel extender consist of?