Page 1 of 1

Row Count for Individual links

Posted: Wed Nov 09, 2005 9:32 am
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

Posted: Wed Nov 09, 2005 9:37 am
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.

Posted: Wed Nov 09, 2005 8:39 pm
by kduke

Posted: Thu Nov 10, 2005 3:39 am
by ray.wurlod
Link row counts are logged for all active stages in the "active stage finishing" messages in the job log.