i have 3 records,in that i want to delete first record

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
pavankatra
Participant
Posts: 86
Joined: Wed Mar 03, 2010 3:09 am

i have 3 records,in that i want to delete first record

Post by pavankatra »

Hi ,
I want to delete the first record from below example

eno,ename,sal
100,abc,16678
100,xyz,77878
100,rts,6464884

from above list i want to populate last two rows to target.

can anyone help me on this


thanks inadvance
GJ_Stage
Participant
Posts: 131
Joined: Mon Oct 27, 2008 6:59 am

Post by GJ_Stage »

Hi , Is the values are from DS or Table ?
GJ_Stage
Participant
Posts: 131
Joined: Mon Oct 27, 2008 6:59 am

Post by GJ_Stage »

If it is in ds then put filter condition or if it is table use where condtion other than this record.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Use a constraint expression in a Transformer stage or a Filter stage that does not pass ename='abc'
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply