Search found 4 matches

by kevinds
Thu Jan 09, 2003 7:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The ReturnCode of Unix Shell Script
Replies: 7
Views: 1900

Thanks,

then I always see the 0 as the returncode
by kevinds
Wed Jan 08, 2003 4:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The ReturnCode of Unix Shell Script
Replies: 7
Views: 1900

command = "rsh ":db2Host:" -f ":KornScripts
by kevinds
Wed Jan 08, 2003 4:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The ReturnCode of Unix Shell Script
Replies: 7
Views: 1900

Thanks,

I am using the command as
by kevinds
Wed Jan 08, 2003 12:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The ReturnCode of Unix Shell Script
Replies: 7
Views: 1900

The ReturnCode of Unix Shell Script

Hi, I try to figure out how to get the correct return code from the DSExecute("UNIX",command,output,returncode). Our command is a unix shell script which implements a validation and load logic. Is the returncode the $? which is the return code of last unix code in the shell script or somet...