To invoke an OPS/REXX program implicitly and run it as a batch job, use the following JCL:
//stepname EXEC PGM=OI,PARM='member argument' //OPSEXEC DD DSN=user.compiled.library // DD DSN=OPS.SYS.OPSEXEC //SYSEXEC DD DSN=library,DISP=SHR
The DSN parameter must give a fully qualified data set name without quotation marks. No prefix or suffix is added to the name you specify.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |