| |
GeekInterview.com > Interview Questions > Data Warehousing > DataStage
| Print | |
Question: What are Sequencers?
Answer: Sequencers are job control programs that execute other jobs with preset Job parameters. |
| January 01, 2006 04:11:01 |
#1 |
| jagannimmagadda |
Member Since: January 2006 Total Comments: 6 |
RE: What are Sequencers? |
| A sequencer allows you to synchronize the control flow of multiple activities in a job sequence. It can have multiple input triggers as well as multiple output triggers.The sequencer operates in two modes:ALL mode. In this mode all of the inputs to the sequencer must be TRUE for any of the sequencer outputs to fire.ANY mode. In this mode, output triggers can be fired if any of the sequencer inputs are TRUEregardsjagan |
| |
Back To Question | |