how to get log files without using director

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
major
Premium Member
Premium Member
Posts: 167
Joined: Mon Nov 26, 2007 12:21 am

how to get log files without using director

Post by major »

Hi,

I want log files of all jobs to be written into a single sequential file without using Datastage Director in windows environment . Can someone please suggest me a good solution

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

Post by chulett »

Several ways. There are "DSGet" functions for log information that you can use in a Server job to farm that information from other jobs. You could also hand-code some job control code in BASIC using them so you'd have complete control of the how and what.

Their equivalents also exist as 'dsjob' options if you'd rather script something from the command line.
-craig

"You can never have too many knives" -- Logan Nine Fingers
sachin1
Participant
Posts: 325
Joined: Wed May 30, 2007 7:42 am
Location: india

Post by sachin1 »

Yes as suggested by chulett it could be done through Job Control and Basic coding.
Post Reply