getting row count for passive 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
raj_konig
Participant
Posts: 67
Joined: Thu Dec 22, 2005 12:27 am

getting row count for passive stages

Post by raj_konig »

Is there any command or way to get the link row count for passive stages.

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

Post by ArndW »

Yes, you can use the DSGetLinkInfo() call to get that information. If a job has a passive to passive layout, DataStage will automatically insert a "dummy" active link between them. I use the DSGetJobInfo() to get the list of stages in a job to get the names actually generated and used.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

As noted in your other thread, it's no different - passive versus active, all works the same.
-craig

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

Post by ray.wurlod »

Passive stages don't have row counts.

Active stages have row counts, and links have row counts.

Passive stages merely expose methods that active stages invoke to move data to and from persistent storage.
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