Difference between the Sequence and Sequencer in DS?
Answer Posted / subhash
Sequence:
which allows you to specify a sequence of parallel jobs or server jobs to run. The sequence can also contain control information; for example, you can specify different courses of action to take depending on whether a job in the sequence succeeds or fails. Once you have defined a job sequence, it can be scheduled and run using the InfoSphere DataStage Director. It appears in the InfoSphere DataStage repository and in the InfoSphere DataStage Director client as a job.
Sequencer:
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 TRUE
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
In Datastage, how you can fix the truncated data error?
Define project in datastage?
What are transforms and what is the differenece between routines and transforms?
Name the different sorting methods in datastage.
Which algorithm you used for your hashfile?
Whats difference betweeen operational data stage (ods) and data warehouse?
Define orabulk and bcp stages?
What are the steps required to kill the job in Datastage?
Difference between data warehousing and olap?
Is it possible to implement parallelism in Mainframe Jobs ? If Yes how ? If no why ?
Describe stream connector?
Define data aggregation?
What are datastage sequences?
What are data elements?
Where do the datastage jobs get stored?