3. Modifying the program properties table

Add an entry in the z/OS® program properties table (PPT) for IMS Queue Control Facility.

Procedure

To add the IMS Queue Control Facility entry in the z/OS program properties table, perform the following steps:

  1. Edit the SCHEDnn member of your SYS1.PARMLIB data set.
  2. Add the IMS Queue Control Facility entry.

    The following example shows a z/OS program properties table with this entry:

    PPT PGMNAME(IQCINI0$)     /* PROGRAM NAME = IQCINI0$                */
             CANCEL           /* PROGRAM CAN BE CANCELED                */
             KEY(7)           /* PROTECT KEY ASSIGNED IS 7              */
             NOSWAP           /* PROGRAM IS NON-SWAPPABLE               */
             NOPRIV           /* PROGRAM IS NOT PRIVILEGED              */
             DSI              /* REQUIRES DATA SET INTEGRITY            */
             PASS             /* CANNOT BYPASS PASSWORD PROTECTION      */
             SYST             /* PROGRAM IS A SYSTEM TASK               */
             AFF(NONE)        /* NO CPU AFFINITY                        */
             NOPREF           /* NO PREFERRED STORAGE FRAMES            */
    
  3. To activate the updated program properties table, either perform an initial program load (IPL) on the z/OS system, or issue the z/OS SET SCH command.