Warehouse DataStage Question:
Download Questions PDF

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

Warehouse DataStage Interview Question
Warehouse DataStage Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Explain How to handle the rejected rows in datastage?Explain What does a Config File in parallel extender consist of?