Difference

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
dwandbi
Participant
Posts: 29
Joined: Sat Feb 04, 2006 6:17 pm

Difference

Post by dwandbi »

What's difference between @INROWNUM and @OUTROWNUM in data stage system variables.

thanks,
Tom
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The values are for different things; @INROWNUM is for the current row number coming into a transform stage for a link and @OUTROWNUM is the current row number going out of a transform stage down a given link. They can be identical but are not necessarily so.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

That is... No of input rows need not to be same as no of output row for a link in transformer.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Primary input stream has --> @INROWNUM
Each output stream has --> @OUTROWNUM
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
Post Reply