Previous Topic: Invoke CA PanAPT With the UIFNext Topic: Invoke CA PanAPT Without the UIF


Invoke the UIF Administration Function

You can modify your ISPF/PDF Primary Option Menu panel to invoke the CA PanAPT UIF administration function

To invoke the CA PanAPT UIF administration function

  1. Add the following statements to ISR@PRIM:
    )BODY section:
    "% U +CA PanAPT/UIF ‑ APT User Identification Facility, System‑ID setup "
    )PROC section:
    "  U,'PGM(APAS4UIF) NOCHECK'  "
    

    The UIF feature requires the presence of an ISPF table data set allocated to ddname APTSIDTB.

  2. Create a new ISPF table data set or use an existing one, as appropriate for your environment.

    Suggested DCB attributes: (RECFM FB LRECL 80 BLKSIZE 3120).