Sequence job

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
lathalr
Participant
Posts: 16
Joined: Thu Feb 14, 2013 6:00 am

Sequence job

Post by lathalr »

Hi All,

I am using a sequencer to run all of my parallel and child sequence jobs. In master sequence, am calling two parallel jobs and one sequence job. In child sequence, am executing script. If suppose the child seq gets aborted, then my master also gets aborted. When I tried to compile and re-run my master seq alone is not working. I am getting error like "skipped execution command". and both the child and master sequence gets aborted. Do I need to change anything?


Thanks in advance..
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Are you using checkpoints in the master sequence? If so, and you want its first activity always to execute, then check the "do not checkpoint run" check box for that activity. Also, use "reset if required, then run" for the sub sequence.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply