Sequence Aborting

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
srao
Premium Member
Premium Member
Posts: 41
Joined: Mon Mar 19, 2007 12:42 pm

Sequence Aborting

Post by srao »

I have 26 jobs . I have group them and run in one sequence . I developed the jobs but some jobs are aborting . How to handle these many jobs in a single sequence . most of the jobs finishing with warnings . so how to handle the finishing with warnings in single sequence.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Define 'handle'... and please delete your duplicate posts before someone replies to them. :?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You can handle them however you like. Job sequences have one form of automatic handling built in, but the Exception Handler merely initiates a separate stream of processing - you still have to decide what to do.

Doubtless there are some business requirements that will guide you. Who needs to be told? Who has to investigate? Who has to be sent rejected records?
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