Exec Command in job sequence

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
IFMTCS
Participant
Posts: 8
Joined: Fri Feb 18, 2005 2:03 am
Contact:

Exec Command in job sequence

Post by IFMTCS »

I have run a shell script (which echos a variable) using Exec Command in job sequence.In the logs it is showing that scrip has executed sucessfully.But I couldn't find the output in unix.Where shell I look for the out put.
IFMTCS
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Hi,
what is the command you are using for calling the shell script...

regards
kumar
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

The output is only in the log or maybe in &PH&.
Mamu Kim
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The command's output is wherever the command sends it. You can use redirection operators such as > or >> to direct it to anywhere you require. By default, output is to the current working directory which, for DataStage processes, is the project directory.
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