IRLM= parameter for procedures
Use the IRLM= parameter in procedure to specify whether you want to use the IRLM during this execution. Valid values are Y, and N.
The default for IRLM= depends on the values you specify in the IRLM= and the IRLMNM= parameters of the IMSCTRL macro. If IRLMNM= is not specified on the IMSCTRL macro or on the execution JCL and IRLM= is specified on the execution JCL, then the IRLM name used is IRLM.
This parameter cannot be changed at emergency restart.
- Y
- Indicates that you are using IRLM. This is the default under either of the following conditions:
- The IMSCTRL macro specifies IRLM=Y.
- The IMSCTRL macro specifies an IRLMNM and IRLM=N is not specified.
- N
- Indicates that you are not using IRLM. This is the default under either of the following conditions:
- The IMSCTRL macro specifies IRLM=N.
- The IRLM= and IRLMNM= keywords of the IMSCTRL macro do not specify a value.