Hi ,
I am a Beginner to Rexx program. I want to execute a file called "main.rexx"(rexx pgm module) through JCl.
and also I want to pass a PDS called (REXX.OUTPUT.REPORT) from JCl to this "main.rexx".
please can anyone help me out with this JCl code
//GO EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSEXEC DD DISP=SHR,DSN=WJENSEN.LIB.EXEC
//SYSTSIN DD *
Hello