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  >  Interview Questions  >  Data Warehousing  >  Abinitio

 Print  |  
Question:  how we can create job sequencer in abinitio i.e running number of graphs at atime



November 11, 2006 14:39:35 #5
 sekhu_da   Member Since: November 2006    Total Comments: 11 

RE: how we can create job sequencer in abinitio i.e ru...
 

there is no sequencer concept in abinitio ..

suppose you have graphs A,B,C

A o/p is I/p to B and B o/p is Input to C

then you will write a wrapper script that will call this jobs .

script will be like this

a.ksh

b.ksh

c.ksh

     

 

Back To Question