How does datastage handle errors?

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
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Check out the DSAttachJob() function in the grandfather sequence code. The second argument to DSAttachJob() specifies whether the controlling job aborts if the controlled job fails.
You can also set up the sequences so that there are alternate paths taken if the controlled job succeeds or fails (or other conditions occur). This accomplishes much the same thing.


Ray Wurlod
Education and Consulting Services
ABN 57 092 448 518
Post Reply