Page 1 of 1

NOTOK or RC from JOB

Posted: 24 Sep 2008 4:47
by arno76
Hello,

i m looking for something that give me the return code of the JOB for MVS and WINDOWS, not the NOTOK from CONTROLM but RC=C0012 for exemple.

Does anyone know where i can find this information?

thank you

Posted: 24 Sep 2008 6:07
by Walty
Hi,

look Post-Processing Parameters:
<ON PGMST> for MVS jobs
<On Statement/Code> for Distributed system

You find this on your Control-M documentation

Regards
Walty

Posted: 26 Sep 2008 11:52
by DaveC
For MVS, go to screen 3 in the MVS IOA interface. Show the job that has completed. Do an OPT command in the command line. That will change options on the bottom of the panel. Enter a V to view sysout, then S to select the sysout of that job. This will show you return codes.

For Windows, someone else will have to give you that solution.

Hope that helps somewhat.

Good Luck,
Dave C.

Posted: 27 Sep 2008 12:18
by DaveC
For the Windows part, do you mean to get at JCL output of jobs that ran under Control-M/EM ?


Dave C.