Logon procedure method
To allocate
AR/CTL
ISPF libraries through TSO logon procedures, you can modify user logon procedures or copy the
AR/CTL
ISPF elements to libraries that already are allocated in these procedures.
The libraries that contain ISPF interface elements are listed in the following table:
AR/CTL product library | Library concatenation |
|---|---|
HLQ.ARCLIB | ISPLLIB STEPLIB (Optional) |
HLQ.ARCPLIB | ISPPLIB |
HLQ.ARCMLIB | ISPMLIB |
HLQ.ARCSLIB | ISPSLIB |
HLQ.ARCTLIB | ISPTLIB |
The variable HLQ is a high-level qualifier that was provided in the AES data set name prefix field on the AES Install System JCL Defaults panel. HLQ should be easily identified by all installation users in your facility.
You can test the ISPF interface by entering the following TSO command:
To provide access to the AR/CTL ISPF interface through a menu selection
Add the AR/CTL ISPF interface primary menu program to an ISPF menu accessible to all users. Add a line to the panel body section, providing a selection code for AR/CTL and an explanation for the selection.
Then add statements that execute the AR/CTL ISPF interface primary menu program when you enter the selection code on the ISPF menu:
&ZSEL = TRANS( TRUNC(&ZCMD,'.')
...
B,'PGM(AESXPRIM) PARM(AES,AESPPRIM)+
NEWAPPL(AESX) PASSLIB'- To test access to the AR/CTL ISPF interface, log off TSO and log back on. From the panel that you modified in step 1, enter the AR/CTL selection code.
Related topic