
Sample REXX script
While ISPF is running, you can execute the following REXX script to concatenate the libraries to the
DD names (SYSEXEC, ISPPLIB, ISPMLIB, and ISPTLIB), and execute the KTSTART command
to start the main panel for Smart Manager for Mainframe.
/* REXX */
ADDRESS TSO "ALTLIB ACTIVATE APPLICATION(EXEC)",
"DATASET('HPQKT.Vnnnnnn.HPQKEXET')";
ADDRESS ISPEXEC;
"LIBDEF ISPMLIB DATASET ID('HPQKT.Vnnnnnn.HPQKMSGT') STACK";
"LIBDEF ISPPLIB DATASET ID('HPQKT.Vnnnnnn.HPQKPNLT') STACK";
"LIBDEF ISPTLIB DATASET ID('HPQKT.Vnnnnnn.HPQKTABT') STACK";
"SELECT CMD(%KTSTART) NEWAPPL(KT) PASSLIB";
ADDRESS ISPEXEC;
"LIBDEF ISPTLIB";
"LIBDEF ISPPLIB";
"LIBDEF ISPMLIB";
ADDRESS TSO "ALTLIB DEACTIVATE APPLICATION(EXEC)";
Return 0;
Postrequisites
• Registering a licenses
Related topics
• Registering licenses, page 47
Registering licenses
To use Smart Manager for Mainframe, you must register a license for it.
Workflow for registering a license
The following figure shows the workflow when registering a license for Smart Manager for Mainframe.
Figure 15 Workflow of registering a license for Smart Manager for Mainframe
Related topics
• Creating a license information dataset, page 48
• Registering a license by using a license key file, page 49
User Guide 47
Commenti su questo manuale