Count incoming and outgoing records of any stage or link

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
kvnbabu
Participant
Posts: 16
Joined: Fri Nov 02, 2007 1:43 am
Location: Hyderabad

Count incoming and outgoing records of any stage or link

Post by kvnbabu »

Hi,

Could anybody please tell me how to find out how many records are coming in and how many records are going out from a stage (or from a link).

Thanks in Advance.
KVN
Maveric
Participant
Posts: 388
Joined: Tue Mar 13, 2007 1:28 am

Post by Maveric »

Do a search on DSGetLinkInfo, DSGetStageInfo. You will have to write a routine and call these functions. Go through the link below.

viewtopic.php?t=115230
kvnbabu
Participant
Posts: 16
Joined: Fri Nov 02, 2007 1:43 am
Location: Hyderabad

Post by kvnbabu »

Thanks Maveric, it was very helpful
Post Reply