Page 1 of 1

Capture DS Log Info in columns

Posted: Tue Apr 22, 2008 5:48 am
by knockalok
Hi,

I want to capture the given Log Info after the DSjob has been run like:-

No of Records Processed
No of Records Rejected

in columns of a text file.

Can anyone please tell me the specific API function as i have tried out but couldn't find out any.

Thanks in advance.

Posted: Tue Apr 22, 2008 7:14 am
by ArndW
The relevant BASIC calls that you will need to read up on to do this are:

DSAttachJob()
DSGetJobInfo()
DSGetLinkInfo()
DSGetStageInfo()
DSDetachJob()