REXX in Mainframe TSO/ISPF how to capture JES2 Compile Output
Hi Please help me with the following question: My Rexx program accepts a value from the TSO command line when executing my Rexx program; the value is COBOL program name and then my Rexx program executes a JCL to compile it. The question is how can I capture or display the compile output, specifically, SYSPRINT which contains if any errors are there. Currently my Rexx program after submitting the JCl Job shows the job submitted, that’s it. But I want the program to show SYSPRINT output instead. The following is the Rexx code I have: