Hi Group....
I will submit number of JCL's every day on about 10 different systems at a time. I use to go to each system SAVRS (3.S) (not spool) to check the completion code of the job. Now i am planning to automate that using REXX. I referred some of the topics which will copy the job from spool to PDS. But i am unable to alter the code which will go to 3.S (SAVRS) and retrieve the job completion code.
Like i will give the jobname (TESTDATE) as a parameter in the rexx code and i will run it. The rexx code should create a PS and it should copy the below job (or multiple jobs with same jobname) information into the PS file from SAVRS.
below is the completed job in the SAVRS:
JOBNAME JOB # CCODE PROGRAMMER NAME END DATE
TESTDATE 0049160 RC=0000 READ DATE 04 NOV 2009.308
TESTDATE 0046233 RC=0000 READ DATE 04 NOV 2009.111
the same job information should present in my PS file after executing the rexx program. If any of you have any different approach for my requirement, please let me know, I would be greately thankful!!!
Thanks in advance.