
Settings required to use Smart Manager for Mainframe on the
ISPF panel
You need to execute the KTSTART command in the ISPF panel to use Smart Manager for Mainframe
on the ISPF panel. This section describes the settings required to execute the KTSTART command.
The KTSTART command is an REXX script that provides an ISPF panel interface.
To execute the KTSTART command in the ISPF panel, you need to concatenate the REXX Exec library,
ISPF panel library, ISPF message library, and ISPF table library by using either of the following methods:
• Using DD names to concatenate
• Using the ALTLIB command and the LIBDEF service to concatenate
Using DD names to concatenate the libraries required for executing the KTSTART
command
Use DD names to concatenate the target libraries (REXX Exec library, ISPF panel library, ISPF message
library, and ISPF table library) required for executing the KTSTART command in the ISPF panel. The
concatenation takes effect when you log on to ISPF (if you have already logged on, you must log on
again).
Procedure
1. Concatenate the REXX Exec library HPQKEXET or HPQKEXVT to SYSEXEC DD name.
• If the existing library concatenated to SYSEXEC DD name has fixed length format (RECFM=FB),
concatenate the REXX Exec library HPQKEXET to SYSEXEC DD name.
• If the existing library concatenated to SYSEXEC DD name has variable length format
(RECFM=VB), concatenate the REXX Exec library HPQKEXVT to SYSEXEC DD name.
2. Concatenate the ISPF panel library HPQKPNLT to ISPPLIB DD name.
CAUTION:
In an environment in which the DBCS function is enabled, you must also concatenate the
ISPF panel library HPQKPNLT to ISPPALT (alternate panel library) DD name. For details,
see the
ISPF User's Guide Volume I
.
3. Concatenate the ISPF message library HPQKMSGT to ISPMLIB DD name.
CAUTION:
In an environment in which the DBCS function is enabled, you must also concatenate the
ISPF panel library HPQKMSGT to ISPMALT (alternate message library) DD name. For details,
see the
ISPF User's Guide Volume I
.
4. Concatenate the ISPF table library HPQKTABT to ISPTLIB DD name.
When you log on to ISPF (if you have already logged on, you must log on again), you can start the
KTSTART command by selecting option 6 Command in the ISPF Primary Option Menu panel.
User Guide 45
Commenti su questo manuale