transformer in parallel

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
dssubhani
Participant
Posts: 38
Joined: Wed Jul 14, 2010 11:12 pm

transformer in parallel

Post by dssubhani »

my source sequential file has 10000 records,now in transformer stage i want to abort the job after 8000 records loaded to target
,what we have to do.............
we have to give any function
<@inrownum>8000 then .....is not working...............what is the function to abort
pls tell me

thanks in advance
subhani
subhani
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Is this the same scenario as this post?

I prefer to create jobs that never abort.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Re: transformer in parallel

Post by jwiles »

Why the need to abort? What purpose does it solve?

Maybe you can assign a sequence number to use to drop records, or head or tail off 8000 records.....
- james wiles


All generalizations are false, including this one - Mark Twain.
Post Reply