PARDLI= parameter for procedures

Use the PARDLI= parameter in procedure to specify the parallel DL/I option. Valid values are 0 or 1. The default is 0.

0
DL/I processing is to be performed within the region. This is the default.
1
All DL/I processing for this region is to be performed in the IMS control region. If data capture (EXIT= on the DBD statement) is enabled and this is a delete, replace, or insert call, PARDLI=1 is ignored for the DL/I call.

PARDLI=1 prevents control region system 113 abends resulting from system X22 abends in the region. If PARDLI=1, parallel DL/I is disabled, which can degrade performance.

Important: Using PARDLI=1 for MPP, JMP, or IFP regions can degrade performance. Use PARDLI=1 for MPP, JMP, or IFP regions only for application debugging purposes, if needed.