How can we get the System out from datastage job

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
muralidwhds
Participant
Posts: 39
Joined: Sat Jul 05, 2008 3:25 am
Location: chennai

How can we get the System out from datastage job

Post by muralidwhds »

Hi All,

How can we get the system out from a datastage job in DS V 8.0.1

Regards,
Murali
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

What do you mean by "System out"?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Re: How can we get the System out from datastage job

Post by ray.wurlod »

muralidwhds wrote:Hi All,

How can we get the system out from a datastage job in DS V 8.0.1

Regards,
Murali
You can't, because there isn't one.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You'd need to do a much better job of asking your question to get any help with it.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

If you mean to write output to another stream, you can call system commands from before / after routines, sequences etc. You can write from jobs also.

For identifying and debugging, you can either enable debug or use dsLogInfo (or its accomplices).

Provide the location and details you wish to gather to obtain more specific response.
vinnz
Participant
Posts: 92
Joined: Tue Feb 17, 2004 9:23 pm

Re: How can we get the System out from datastage job

Post by vinnz »

muralidwhds wrote:Hi All,

How can we get the system out from a datastage job in DS V 8.0.1

Regards,
Murali

Are you referring to the Std out stream from a OS level command? - Answered above
Would you like to get the job completion code from invoking a DataStage job? - look up the dsjob command
Are you referring to the System.out package in Java? - I suppose the Java pack may help ..
muralidwhds
Participant
Posts: 39
Joined: Sat Jul 05, 2008 3:25 am
Location: chennai

Re: How can we get the System out from datastage job

Post by muralidwhds »

Hi,

i want to see the SystemOut and SystemErr log files from the particular datastage job in Server Edition V8.0.1

i think this is clear...

Thanks,
Murali
















vinnz wrote:
muralidwhds wrote:Hi All,

How can we get the system out from a datastage job in DS V 8.0.1

Regards,
Murali

Are you referring to the Std out stream from a OS level command? - Answered above
Would you like to get the job completion code from invoking a DataStage job? - look up the dsjob command
Are you referring to the System.out package in Java? - I suppose the Java pack may help ..
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

DataStage does not produce a Std out and Std err stream in the classical sense, thus the answer to your query is that you cannot get that information directly. The DataStage equivalent would be the director log file for a job run, which is accessible through API calls.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

As I said earlier, and Arnd confirmed, DataStage operates in its own shell, so does not have a stdout/stderr in the conventional sense.
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