Source record counts

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
pandeyspecial
Participant
Posts: 1
Joined: Mon Nov 03, 2008 11:50 pm
Location: Pune

Source record counts

Post by pandeyspecial »

I think that @INROWNUM wil give the number of rows going to each partition. SO we can not get the RECORDS COUNT of the source using this system variable. I am also facing same issue as noted in this post. Please suggest.

viewtopic.php?t=142918
Ved Prakash Pandey
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

:!: Split to your own topic.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There's no issue. @INROWNUM is performing as documented. If you need this across all nodes, you need recourse to the DataStage API.
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