Routine Log

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
satheesh_color
Participant
Posts: 182
Joined: Thu Jun 16, 2005 2:05 am

Routine Log

Post by satheesh_color »

Hi All,

Is there any way to get the log of the corresponding routine after the successfull/abort completion.






Thanks,
Satheesh
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

:? Corresponding routine? Do you perhaps mean job? If so, job log information can be retrieved using the "DSGet*" functions available or with the dsjob equivalents at the command line.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Routines do not create logs unless coded to do so. Routines can add entries to job logs. Job log information can be examine with the Director client (which has a Print option) as well as the two ways mentioned by Craig.
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