Row Count for Individual links

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
bapajju
Participant
Posts: 82
Joined: Wed Nov 19, 2003 11:58 pm

Row Count for Individual links

Post by bapajju »

Hello,

I am extracting data from a Single target and populating the data in to five different targets. Is there any way I can capture the record counts (processed) for the individual links and populate a file with the Link name and the number of rows processed by the links. Please let me know.

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

Post by ArndW »

bapajju,

yes, once your job is finished you can get the information for specific rows per link using the DataStage function DSGetLinkInfo(). This can be done in an after-job subroutine or even from a completely different job.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

Mamu Kim
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Link row counts are logged for all active stages in the "active stage finishing" messages in the job log.
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