Saturday, July 14, 2012

Execute a REXX code in batch

Here is how you can execute a REXX module in batch. This is the way to execute a REXX program using a JCL.  You need to use program IKJEFT01 to invoke a REXX module from a job.


The REXX code has to be there under dataset with DD name SYSEXEC. Any inputs to the REXX program can be passed as parameter provided in dataset with DD name SYSTSIN.

Please see one example in this post.

No comments:

Post a Comment