How can I add a record's sequence number to a file?

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

@OUTROWNUM is the record's sequence number in the output file.

@INROWNUM is the record's sequence number in the input (source) file.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
tbtcust
Premium Member
Premium Member
Posts: 228
Joined: Tue Mar 04, 2008 9:07 am

Post by tbtcust »

This works great ray. Thank you.
Post Reply