Page 1 of 1

calling multiinstance child sequence in multiinstc main seq

Posted: Mon May 16, 2011 9:48 am
by devesh_ssingh
Hi Mentors,

i am trying to achieve below things, but couldn't get idea.

seq_child---> multiinstace
seq_main--> multinstance

seq_child have series of multiinstance job which i have parametized as #invocation_id# either INTL or DOM

i am calling child in main,

now seq_main one instance need to be run weekly and one is monthly.
so if seq_main invoc_id='MONTHLY' seq_child should be passing invoc_id= INTL and
if seq_main='weekly' then SEQ_Child should be passing invoc id as =DOM

Please let me know how do i achive this.

many many thanks in advance.

Posted: Wed May 18, 2011 10:06 am
by devesh_ssingh
Any idea?

Posted: Wed May 18, 2011 5:37 pm
by ray.wurlod
Duplicate the invocation ID in a job parameter and test that value.

Posted: Thu May 26, 2011 8:51 am
by arunkumarmm
Why dont you just include a parameter in your main sequence to say what kind of run it is and determine what value to pass to child sequence?