Routin counter variable

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
chida25
Participant
Posts: 4
Joined: Tue Dec 19, 2006 11:10 pm
Location: Pune

Routin counter variable

Post by chida25 »

Hi All,

I wrote a routine which contains columns as arguments and counter variable, I need to apply the same logic for next five columns , but next time the counter variable should reflect previous counter variable value.

any one have the idea please rever back

Thanks
Chidanand R Patil.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Hello and welcome to DSXchange!

Is "next time" the next call in the same session {in which case you might be able to use COMMON in the routine} or the next run {in which case you would need to store the value to disk, perhaps using one of the KeyMgt... routines in DataStage}
Post Reply