Update SCHEDxx PARMLIB program properties

Update the SCHEDxx parmlib properties to identify the program, AZFSTCMN, that requires special attributes. The PPT statement specifies a list of programs that require special attributes.

Procedure

  1. Edit the SYS1.PARMLIB(SCHEDxx) member that defines program properties.
  2. Add the following entry:
    PPT PGMNAME(AZFSTCMN)        /* MULTI-FACTOR AUTH      */
        KEY(2)                             /* PROTECTION KEY         */
        NOSWAP                             /* NON-SWAPABLE           */
        CANCEL                             /* CANCELABLE             */
    
    
    
  3. Save the changes.
  4. Activate the change.
    SET SCH=xx
    where xx are the last two characters of the SCHEDxx PARMLIB member.
  5. Display the PPT changes and verify them:
    D PPT