Previous Topic: Invoke the UIF Administration FunctionNext Topic: Create Test PDS Libraries


Invoke CA PanAPT Without the UIF

You can modify your ISPF/PDF Primary Option Menu panel to invoke CA PanAPT without the UIF feature.

Add the following statements to ISR@PRIM:

)BODY section:
"% A +CA PanAPT    ‑ Development and Production Turnover System  "
)PROC section:
"A,'CMD(%APT) NOCHECK' "

Alternatively, if you have previously allocated the APTDB and APTMODEL data sets, use the following statement:

"A,'PGM(APCS1000) NEWAPPL(APT) PARM(&ZTRAIL) NOCHECK' "

The following is a sample panel invoking CA PanAPT without the UIF feature.

‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑ ISPF/PDF PRIMARY OPTION MENU ‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑ OPTION ===> USERID ‑ BUTRO02 0 ISPF PARMS ‑ Specify terminal and user parameters TIME ‑ 17:29 1 BROWSE ‑ Display source data or output listings TERMINAL ‑ 3278 2 EDIT ‑ Create or change source data PF KEYS ‑ 24 3 UTILITIES ‑ Perform utility functions 4 FOREGROUND ‑ Invoke language processors in foreground 5 BATCH ‑ Submit job for language processing 6 COMMAND ‑ Enter TSO command or CLIST 7 DIALOG TEST ‑ Perform dialog testing 8 LM UTILITIES ‑ Perform library management utility functions A CA PanAPT ‑ Development and Production Turnover System C CHANGES ‑ Display summary of changes for this release T TUTORIAL ‑ Display information about ISPF/PDF X EXIT ‑ Terminate ISPF using log and list defaults Enter END command to terminate ISPF.