Question on Unidata STages

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
smoffa
Premium Member
Premium Member
Posts: 40
Joined: Wed Jun 30, 2004 6:00 am
Location: Orlando, FL
Contact:

Question on Unidata STages

Post by smoffa »

Does anyone know if there is a DataStage variable that stores the entire Unidata record so that I can use it in a pre or post stage process? Or a way to create a DS routine that can grab an entire Unidata record? In other words, I need a way to look at the entire Unidata record, not just one attribute (column) at a time.

I am also looking for a way to compare two Unidata records for changes.

Thanks in advance for your help.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

About the only way is to use a UniData stage to retrieve a single column, and that is defined as an I-descriptor whose expression is @RECORD (or, if you need the key, @ID:@FM:@RECORD).
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