HP XP P9500 Storage User Manual
Page 42
•
To concatenate the panel library
HPQKPNLT
, message library
HPQKMSGT
, and table library
HPQKTABT
, use the LIBDEF service of ISPF.
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, and concatenate the
ISPF message library
HPQKMSGT
to
ISPMALT
(alternate message library) DD name. For details,
see the
ISPF User's Guide Volume I.
•
To concatenate a dataset to libraries, make sure that the attributes of the target libraries are the
same as the attributes of the dataset. For example, if the dataset attributes are DSORG=PO and
RECFM=FB, the LRECL setting must be the same among the datasets. For details, see the
DFSMS:
Using Data Sets. For details about how to change the dataset attributes, see the description of
IEBGENR and IEBCOPY in the
DFSMSdfp Utilities.
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 Menu 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;
Operations to be performed in the next step
•
Registering a license for Smart Manager for Mainframe
Related topics
• Registering a license for Smart Manager for Mainframe
Registering a license for Smart Manager for Mainframe
To use Smart Manager for Mainframe, you must register a license for it.
Installation and Setup
42