can i abort a parallel job using parallel transformer

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
MVL
Premium Member
Premium Member
Posts: 33
Joined: Wed Apr 30, 2008 5:43 am

can i abort a parallel job using parallel transformer

Post by MVL »

i am loading data from a csv file ,need to put a check for blank records and incorrect data format, in both the cases the job gives a warning and rejects the record but the job doesnt abort

can i abort a parallel job using a parallel transformer?
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Make a reject link with a row limit of 1 come out of the transform stage and only put records down that link when you wish to abort the job.

[edit] I just realized that this post is in the wrong forum, please only post relevant topics to "DSXChange Testimonials". [/edit]

Moderator - please move to the Parallel forum
Post Reply