Previous Topic: Step 14a.  Change the CA Dispatch CVKEYNext Topic: Step 14b. Change the SVC Number Used by the SVC Routine


Assign PPT Entries

You must assign PPT entries for at least three CA Dispatch programs. If you are running an online viewing only region, you must define a PPT entry for the program specified in the OLVO region in CAI.CAIJCL member DSEXVDS. Use the following definitions:

  /* Define storage key for the main CA Dispatch program */
PPT PGMNAME(CAISYS01)
    KEY(x)        /* <--- Use key specified in CVKEY=x   */
    PRIV
    CANCEL
    SYST
    AFF(NONE)
    NOSWAP
  /* Define storage key for the external archive program */
PPT PGMNAME(XTARMAIN)
    KEY(x)        /* <--- Use key specified in CVKEY=x   */
    CANCEL
    AFF(NONE)
  /* Define storage key for the external extract program */
PPT PGMNAME(XTEXMAIN)
    KEY(x)        /* <--- Use key specified in CVKEY=x   */
    CANCEL
    AFF(NONE)
  /* Define storage key for Online Viewing Only region   */
PPT PGMNAME(xxxxxxxx) /* <--- Specify name from DSEXVDS  */
    KEY(x)        /* <--- Use key specified in CVKEY=x   */
    PRIV
    CANCEL
    SYST
    AFF(NONE)
    NOSWAP

There are two methods you can use to define these PPT entries to the system:

After the PPT entries have been defined, run CAIRIM to load the updated SVC routine in place of the CA Dispatch SVC routine loaded when CAIRIM was run during system initialization.