Hi All ,
I currently have a requirment where i need to submit a job using REXX ( By using a panel , get the inputs , generate the JCL & submit it .) I need to track the retrun code of the job in case of failure of job & display it in the panel with an genric error message along with return code.
Currently i coud trace only whether the job has completed successfully using STATUS JOBNAME(JOBID) but not whether it has returned RC=0 .
Can any one help me in resolving this...