Registering licenses, Workflow for registering a license – HP XP Command View Advanced Edition Software User Manual
Page 47
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
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
• Registering a license by using a license key file
User Guide
47