MVS Program properties table entries

There are some CICS® properties that you can optionally define to MVS™. These are in the following topic.

You can define entries for CICS in the MVS program properties table (PPT). Figure 8 is an example of a CICS PPT entry in the SCHEDxx member of SYS1.PARMLIB.

Figure 8. Sample CICS PPT entry
/*****************************************************************/
/*              Program Properties table addition                */
/*                for the CICS program, DFHSIP                   */
/*                                                               */
/* The following defaults apply to this CICS entry:              */
/*                                                               */
/*  No affinity to a particular processor     (AFF(NONE))        */
/*  Can be canceled                           (CANCEL)           */
/*  Requires data set integrity               (DSI)              */
/*  Not a privileged job                      (NOPRIV)           */
/*  Password protection is required           (PASS)             */
/*  Not a system task                         (NOSYST)           */
/*  Protection key 8                          (KEY(8))           */
PPT PGMNAME(DFHSIP)         /* Add program name DFHSIP to the PPT*/
    NOSWAP                  /* Non-swappable                     */
    NOPREF                  /* No preferred storage required     */
/*                                                               */

For information about defining options in the PPT, see the z/OS MVS Initialization and Tuning Guide.

[[ Contents Previous Page | Next Page Index ]]