how to abort a job in constrains ?

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
Toly_xiang
Participant
Posts: 9
Joined: Tue Apr 15, 2003 3:27 am
Location: China
Contact:

how to abort a job in constrains ?

Post by Toly_xiang »

sorry , my english is not good.
if the data is not good,we judge the data in the constraint
e.g. one field value can not be >5 ,
if it is >5
we should abort the job automatically,

my leader ask me to abort a job in job automatically
how to do that ?
thanks.
XiangMing
BANK OF CHINA
86-20-83152219
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

If you are creating an output link to handle rejected rows you can specify 1 in the "Abort after rows" for it.

See page 15-19 and 15-20 of the Parallel Job Developer's Guide for full information.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Toly_xiang
Participant
Posts: 9
Joined: Tue Apr 15, 2003 3:27 am
Location: China
Contact:

Post by Toly_xiang »

thanks.
XiangMing
BANK OF CHINA
86-20-83152219
Post Reply