datastage senario

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
prasson_ibm
Premium Member
Premium Member
Posts: 536
Joined: Thu Oct 11, 2007 1:48 am
Location: Bangalore

datastage senario

Post by prasson_ibm »

Hi,
I have two columns in the source
cust name ,cust id
xxxx,01
yyyy,02
zzzz,03
abcd,04
and i want the job to be aborted when the cust name is "abcd".
So please help me to achieve this in datastage EE

Thanks in advance.
srinivas.g
Participant
Posts: 251
Joined: Mon Jun 09, 2008 5:52 am

Post by srinivas.g »

in transformer specify constraibt as name='abcd' and
set Abort after rows =1
Srinu Gadipudi
Gautam19
Participant
Posts: 7
Joined: Fri Aug 26, 2005 12:24 am
Location: India

Post by Gautam19 »

I was trying the same sometime back and this topic helped.

viewtopic.php?t=126232&highlight=Abort+after+rows

This is for aborting the job as well as capturing the unwanted record.
Gautam Handa
Post Reply