View previous topic :: View next topic |
Author |
Message |
sudipta15ee Beginner
Joined: 03 May 2011 Posts: 8 Topics: 6
|
Posted: Fri Dec 16, 2011 12:52 pm Post subject: How to read (IOF) Spool through rexx |
|
|
In our Mainframe System we use IOF to read Spool. I need help to develop a REXX code for the below situation:
We use to submit almost 50 jobs in daily basis. After that we have to send detail report to the client regarding job ececution(like JOBNAME, JOBID, RETURN CODE etc)
Is there any REXX code that will read all these information from spool and write it in a PS file?
Please note that we use IOF (not SDSF) to access SPOOL.
If it is done by JCL , Please provide some idea. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
papadi Supermod
Joined: 20 Oct 2009 Posts: 594 Topics: 1
|
Posted: Fri Dec 16, 2011 2:50 pm Post subject: |
|
|
Which scheduling software is used on the system?
You should be able to get the info you want from your scheduling software - talk with your scheduling people.
Ask your IOF support people if they know to read IOF from REXX or contact IOF Support. _________________ All the best,
di |
|
Back to top |
|
 |
|
|