Total Answers and Comments: 6
Last Update: January 03, 2007 Asked by: kumar
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 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 | No 0 1 Overall Rating: -1
Go To Top