Capture DS Log Info in columns

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
knockalok
Participant
Posts: 6
Joined: Wed Apr 16, 2008 1:54 am

Capture DS Log Info in columns

Post 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.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The relevant BASIC calls that you will need to read up on to do this are:

DSAttachJob()
DSGetJobInfo()
DSGetLinkInfo()
DSGetStageInfo()
DSDetachJob()
Post Reply