InterviewSolution
Saved Bookmarks
| 1. |
What is a conductor node in DataStage? |
|
Answer» In Datastage, the Conductor Node is used for the primary process of starting jobs, determining resource assignments, and CREATING the section leader processes on various processing nodes. It acts as a single responder to COORDINATE the status and error messages while also MANAGING the PROPER shutdown in the event of process completion or the occurrence of a fatal error. It is handled and run from the primary server. |
|