GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  DataStage

 Print  |  
Question:  Job Control and Sequencer

Answer: What is the difference between jobcontrol and sequencer?


March 03, 2008 11:46:27 #1
 nagoosk Database Expert  Member Since: November 2007    Total Comments: 13 

RE: Job Control and Sequencer
 
Jobcontrol: It just inserts the compilation code. Whenever you add the job it just places executable code there. There is no
diagrammatical representation here.

Sequencer: Sequencer is a
diagrammatical representation where we can connect different type of objects through activities.
There is no interaction of executable code here. Sequencer can apply the control to jobs. means
we can run the job depending on the condition. We can run, schedule, monitor as the normal job.

I think
you got some idea about that.

For more refer the datastage developer pdf.

Thank you

Nagoor
     

 

Back To Question