DataStage Administrator Command Output

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
raja123
Premium Member
Premium Member
Posts: 23
Joined: Sat May 03, 2008 11:40 am

DataStage Administrator Command Output

Post by raja123 »

Hi All,

I wish to save the result of dataStage administrator command line to a text file. Is it possible??

I understand that I can write a unix shell script to output the dssh results to a text file, but this is extra effort all the time.

Thanks and Regards,
Surendra Kumar Sharma
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Not directly. You can use COMO or DIVERT.OUT commands to capture the results and to disable capture.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

To add to what Ray has suggested, use "COMO ON {Choose a filename}" to start saving screen IO, then "COMO OFF" to stop. You will then find the screen IO stored in your project directory/&COMO&/{Your Chosen filename}.
raja123
Premium Member
Premium Member
Posts: 23
Joined: Sat May 03, 2008 11:40 am

Post by raja123 »

Thanks a lot :D
Post Reply