Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

reading IOF into my REXX program

Status
Not open for further replies.

dv369

Programmer
Aug 24, 2003
1
US
hi

I have a requirement to read the SYSOUT of a Job( jobname=JOBXY123) into my REXX program.

Please let me know how I can access the IOF and read this information into my REXX program.

If you have any program samples which do the above please provide me.

Thanks in advance
 
You can use OUTTRAP, although it's a bit clumsy.

It's about ten years since I used IOF - if it has a programming interface these days, you might be able to use that.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top