Defining libraries in the TSO logon procedure
You must define the Infoprint Server ISPF panel libraries in the
TSO logon procedure.
To define libraries in the TSO logon procedure:
- Concatenate
one of these panel libraries to DD statement ISPPLIB, depending on
the language in which you want to view the panels:
- English
- AOP.SAOPPENU
- Japanese
- AOP.SAOPPJPN
_______________________________________________________
- Concatenate one of these message libraries to DD statement ISPMLIB,
depending on the language in which you want to receive messages:
- English
- AOP.SAOPMENU
- Japanese
- AOP.SAOPMJPN
_______________________________________________________
- Concatenate library AOP.SAOPEXEC to DD statement SYSPROC or SYSEXEC.
_______________________________________________________
- (Optional) If you did not add the Language Environment® runtime
libraries (CEE.SCEERUN and SCEERUN2) or the C++ runtime library (CBC.SCLBDLL)
to the system LNKLST, concatenate them to the ISPLLIB DD statement,
or concatenate them to STEPLIB. You can use the TSOLIB function of
TSO/E to do this.
_______________________________________________________
|