Difference between the Sequence and Sequencer in DS?
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 |
What is aggtorec restructure operator?
1.what is materialized data? 2.how to view the materialized data?
how can we create tables in datastage?
How can we improve performance of data stage jobs?
In Datastage, how you can fix the truncated data error?
i 10 jobs first two jobs are runing in 2nodes,next 2 jobs are running in 4 nodes, next 4 jobs are running in 6 nodes and the remaining jobs are running on 10 nodes. how to change the node configuration?
what is the difference between lookup stage reject link and merge stage reject link in datastage Parallel jobs?
what is the use of surogate key in datastage
How do you run datastage job from the command line?
What is the sortmerge collector?
Triggers,VIEW,Procedures
What is the difference b/w Hash file and Lookup Fileset stages?