Page 1 of 1

Exec Command in job sequence

Posted: Mon Aug 22, 2005 7:37 am
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.

Posted: Mon Aug 22, 2005 8:02 am
by kumar_s
Hi,
what is the command you are using for calling the shell script...

regards
kumar

Posted: Mon Aug 22, 2005 4:38 pm
by kduke
The output is only in the log or maybe in &PH&.

Posted: Mon Aug 22, 2005 6:08 pm
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.