Info regarding DSJ.INSTROWCOUNT

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
chitravallivenkat
Participant
Posts: 106
Joined: Thu Jun 08, 2006 8:51 am

Info regarding DSJ.INSTROWCOUNT

Post by chitravallivenkat »

Hi,
Anybody of you have idea about DSJ.INSTROWCOUNT?If so help me out ASAP

Thanks in advance
Vc
BalageBaju
Participant
Posts: 34
Joined: Fri Sep 22, 2006 10:59 pm
Location: India

Post by BalageBaju »

DSJ.INSTRROWCOUNT will returns rowcounts. I think this function is only supported by parallel edition.
Regards,
Balaji.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The word "instance" can be misleading in this help. It is actually the row count from each partition.

The partitions are in the same order that they are specified in the configuration file (possibly moderated by execution of the stage in a node pool, but the order remains that from the configuration 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.
Post Reply