DBLDL= parameter for procedures

Use the optional DBLDL= parameter in procedures to specify the maximum number of BLDL entries to be kept for application modules that are not preloaded. The default is 20. The maximum value allowed is 9999.

You can set the DBLDL= parameter using the DFSOPT DD statement in IMS-supplied procedures. The syntax for the DBLDL= parameter is:

DBLDL=1-9999 (The default is 20.)

For more information, see DFSOPT DD in DD statements for IMS procedures.

For a region that is used to test new or changed programs, set the DBLDL parameter to 0, ensuring that the most current version of the program is loaded for each execution. Specifying the DOPT parameter on the APPLCTN macro disables quick rescheduling.Specifying the DOPT parameter on the APPLCTN macro, in the CREATE PGM command, or in the UPDATE PGM command disables quick rescheduling.

For more information, see references to BLDL in IMS Version 15.5 System Administration.