DPICDS Registration Entry and Index Build utility1
This is a two-part process that improves the initialization for DATA PACKER/IMS.
The first utility builds DPI default registration entries in preparation for building an index member in the DPICDS. The second utility actually creates the index member with pointers to all registration records. Once the index member is built, DATA PACKER/IMS initialization loads it into extended private storage.
Specify the following statements:
EXEC | Required. The program is DPIBLDRG. |
---|---|
STEPLIB DD | Required. Specify the DATA PACKER/IMS load library. |
$$DPICDS DD | Required. Specify the current DPICDS. This data set cannot be dynamically allocated for the DPICDS Default Registration utility. |
ACBLIB DD | Required if DBDLIB is not specified. Specify the ACBLIB that reflects the environment you are running in, such as test or production. |
DBDLIB DD | Required if ACBLIB is not specified. Specify the DBDLIB that reflects the environment you are running in, such as test or production. |