Discussion of the Co:Z Co-Processing Toolkit for z/OS
-
BharatRedz7
- Posts: 4
- Joined: Thu Apr 02, 2015 4:46 am
Post
by BharatRedz7 » Fri May 22, 2015 7:22 am
Dear Team,
I was able to fix all persistent issues with Batch Script on my server and was able to launch my job using COZLAUNCH.
For an email server problem, i had to restart my Windows 2012 server machine and now I get the following error when i invoke a job from Z/Os
CoZLauncher.E.: userxàmachine1 target command '<default shell>' ended with RC=66
Let me know if this error has been encountered before.

-
dovetail
- Site Admin
- Posts: 1962
- Joined: Thu Jul 29, 2004 12:12 pm
Post
by dovetail » Mon May 25, 2015 4:28 am
This message just means that the shell script that you executed on the remote server ended with exit code = 66.
Put a:
set -x
at the beginning of your shell script and the debugging output may help you.