Page 1 of 1

getting row count for passive stages

Posted: Mon Jan 30, 2006 7:55 am
by raj_konig
Is there any command or way to get the link row count for passive stages.

rajesh

Posted: Mon Jan 30, 2006 8:08 am
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.

Posted: Mon Jan 30, 2006 8:40 am
by chulett
As noted in your other thread, it's no different - passive versus active, all works the same.

Posted: Mon Jan 30, 2006 4:56 pm
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.