Trapping job abort in batch control

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
SonShe
Premium Member
Premium Member
Posts: 65
Joined: Mon Aug 09, 2004 1:48 pm

Trapping job abort in batch control

Post by SonShe »

I have several sub batches (not sequencers) and one master batch. When a job aborts the master batch still continues to run. How do I trap the abort status of the jobs in the master batch? I will appreciate your help.

Thanks.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Do the sub-batches run in parallel?

If you perform an 'Add Job', it will automatically include the syntax to capture failure.

Can you describe on how you have designed and what happens when one (batch) job fail.
Post Reply