GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  Abinitio
Go To First  |  Previous Question  |  Next Question 
 Abinitio  |  Question 144 of 196    Print  
how we can create job sequencer in abinitio i.e running number of graphs at atime

  
Total Answers and Comments: 9 Last Update: December 16, 2008     Asked by: kumar 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
October 20, 2006 12:24:32   #1  
Kamesh D.Ch        

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

As such there is no job sequencer supported by Ab initio Uptil the versions:

GDE:1.13.3 and Co>Op:2.12.1

But we can sequence a the jobs by creating Wrapper Scripts in UNIX i.e. a korn shell script which calls the graphs in sequence.


 
Is this answer useful? Yes | No
October 27, 2006 07:05:48   #2  
vijay kumar        

RE: how we can create job sequencer in abinitio i.e ru...
in Abinito it is not possible to create the job sequence. But scheduling of the jobs can be done with the help of scheduling tool called CONTROL M .In this tool graph corresponding scripts and wrapper scripts are placed as per the sequence of exec and we can monitor the execution of the graphs.
 
Is this answer useful? Yes | No
October 30, 2006 05:51:25   #3  
abs_initio_initio        

somebody please explain abinitio to me in detail. its a request...!!!
somebody please explain abinitio to me in detail. its a request...!!!.........do or die ... i need help ... now.
 
Is this answer useful? Yes | No
October 31, 2006 01:12:29   #4  
sudheer        

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

in advance version we have fesility about sequence generator in abinitio that is asseng key path components-missilanious- asskey

thanks

sudheer


 
Is this answer useful? Yes | No
November 13, 2006 14:39:35   #5  
sekhu_da Member Since: November 2006   Contribution: 14    

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


 
Is this answer useful? Yes | No
January 03, 2007 04:53:31   #6  
Srinee        

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

you can use next_in_sequence function which returns sequence of integers

Cheers

Srinee


 
Is this answer useful? Yes | NoAnswer is useful 0   Answer is not useful 1Overall Rating: -1    
September 08, 2008 05:08:25   #7  
abhi_fresh_as_dew Member Since: September 2008   Contribution: 12    

RE: how we can create job sequencer in abinitio i.e running number of graphs at atime
Say there are 10 jobs 1 2 3 4 5 .. 10 and all the graphs are deployed as script.
Suppose 1-4 graps should run at the same time and sequential pattern after that.

These are steps u may get into --

1. Create a script in unix that is required for sequential run viz.

seq_2_run.sh would call the scripts generated by deployment of the graphs in the following manner -

vi seq_2_run.sh

nohup 5.ksh &
nohup 6.ksh &
nohup 7.ksh &
nohup 8.ksh &
nohup 9.ksh &
nohup 10.ksh &

2.Create a scheduler graph in abinitio.

a. Take five script execute components
b. Call the 1.ksh 2.ksh 3.ksh and 4.ksh in four script execute components and keep them all in the same phase say phase 0.
c. Call the seq_2_run.sh in four script execute components and assign it as phase 2.

3. Run the graph.

Output :

1-4 would run at the same time and seqential pattern after the completion of the prior.



Every lock has a key !!! :)
Abhisek .. fresh as dew

 
Is this answer useful? Yes | No
December 15, 2008 01:47:13   #8  
Sabitra S Panda Member Since: December 2008   Contribution: 5    

RE: how we can create job sequencer in abinitio i.e running number of graphs at atime
A job sequencer ie. running a number of graphs at a time and deciding the sequence of the graphs execution can be achieved through the concept of using a CONFIG file. In a config file (configuration file) the sequence of call of the .ksh script is given as well as whether a particular script will run in serial (independantly) or in parallel with other graphs (multiple graphs running at same time). Hence executing the config file solves our purpose.


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape