SPIE= parameter for procedures
Use the SPIE= parameter in procedures to specify the SPIE option. Valid values are 0 or 1. The default is 0.
A value of 0 or 1 must appear in the generated JCL statement for this parameter.
- 0
- Allow your SPIE (the SPIE established by the application program), if any, to remain in effect while the application program call is being processed.
- 1
- Negate your SPIE while the application program call is being processed. Negated SPIEs are
reinstated before returning to the application program.
Under z/OS®, if SPIE=1, a SPIE must be established; otherwise, system abend ABEND46D is issued.
You can set the SPIE= parameter using the DFSOPT DD statement in IMS-supplied procedures. The syntax for the SPIE= parameter is:
SPIE=0|1 (The default
is 0.)
For more information, see DFSOPT DD in DD statements for IMS procedures.