Adding the IRLM entry to the z/OS Program Properties Table
If you are using IRLM, the z/OS® PPT entry is required.
A sample of the required entry is shown below and can
be found in the IMS.INSTALIB
data set. Refer to IVP jobs and tasks
in IMS Version 15.5 Installation for
the correct entry titled Update SCHEDxx -- PPT Entries
.
To make this entry, edit the SCHEDxx member of the SYS1.PARMLIB data set. Add the following entry to the SCHEDxx member:
/* IRLM - RESOURCE LOCK MANAGER */
PPT PGMNAME(DXRRLM00) /* PROGRAM NAME = DXRRLM00 */
CANCEL /* PROGRAM CAN BE CANCELLED */
KEY(7) /* PROTECT KEY ASSIGNED IS 7 */
NOSWAP /* PROGRAM IS NOT-SWAPPABLE */
NOPRIV /* PROGRAM IS NOT PRIVILEGED */
SYST /* PROGRAM IS A SYSTEM TASK */
DSI /* DOES REQUIRE DATA SET INTEGRITY */
PASS /* PASSWORD PROTECTION ACTIVE */
AFF(NONE) /* NO CPU AFFINITY */
The PPT Entry for program DXRRLM00 must specify NOSWAP as shown.