LinkCount In Datastage

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
A_SUSHMA
Participant
Posts: 43
Joined: Fri Apr 12, 2013 10:34 am

LinkCount In Datastage

Post by A_SUSHMA »

Hi All,

How to get link count(source, target, intermediate and reject) in data stage .

If possible please write link count routine or script and help me....

Thanks for your advance help....
prasson_ibm
Premium Member
Premium Member
Posts: 536
Joined: Thu Oct 11, 2007 1:48 am
Location: Bangalore

Post by prasson_ibm »

Hi,

DSGetLinkInfo(hJob1,StageName,LinkName,DSJ.LINKROWCOUNT)

This will give you link count,you need to pass jobname,linkname and stagename.
You can either call this in after job subroutine or write a routine and call it.
Post Reply