HP XP P9000 for Business Continuity Manager Software Installation Guide

3. Register the CLI command name YKCONMSG to the AUTHCMD section of the IKJTSOxx
parmlib member.
Once this update is complete, TSO/E can be updated dynamically using the TSO/E PARMLIB
CHECK(nn) and PARMLIB UPDATE(nn) commands. See the TSO/E System Programming
Command Reference.
Settings for using ISPF panels with Business Continuity Manager
YKSTART is a REXX script that provides an ISPF panel interface. Executing the YKSTART command
enables Business Continuity Manager for ISPF panels.
Concatenating the libraries needed to execute the YKSTART command
To concatenate the libraries needed to execute the YKSTART command:
1. Concatenate the REXX Exec library HPQYEXET or HPQYEXVT to the DD name SYSEXEC.
If the library that is concatenated to the dd name SYSEXEC is a fixed length format
(RECFM=FB), concatenate to the REXX Exec library HPQYEXET.HPQYEXET.
If the library that is concatenated to the dd name SYSEXEC is a variable length format
(RECFM=VB), concatenate to the REXX Exec library HPQYEXVT.
2. Concatenate the panel library HPQYPNLT to the dd name ISPPLIB.
NOTE: In an environment in which the DBCS functionality is used, concatenate HPQYPNLT
to the alternate panel library (dd name ISPPALT) as well. For details, refer to the ISPF User's
Guide Volume I..
3. Concatenate the message library HPQYMSGT to the dd name ISPMLIB..
NOTE: In an environment in which the DBCS functionality is used, concatenate HPQYMSGT
to the alternate message library (dd name ISPMALT) as well. For details, refer to the ISPF User's
Guide Volume I.
4. Concatenate the table library HPQYTABT to the DD name ISPTLIB.
When you concatenate datasets, determine RECFM and LRECL, considering the attributes in
“DASD storage attributes for target libraries” (page 15) and those of the datasets to be
concatenated. For example, if DSORG=PO and RECFM=FB, LRECL must be the same in all
the datasets. For details, refer to the DFSMS: Using Data Sets. For details on how to change
RECFM and LRECL, refer to the information on IEBGENR and IEBCOPY in the DFSMSdfp
Utilities.
Once configured, YKSTART can be started by selecting 6 Command in the ISPF Primary
Option Menu and is included as a selection in eacj site-specific selection menu.
Starting YKSTART dynamically
You can start YKSTART by dynamically concatenating the libraries required to execute YKSTART.
The REXX Exec library HPQYEXET or HPQYEXVT can be dynamically concatenated by the
ALTLIB command of TSO/E.
The panel library HPQYPNLT, message library HPQYMSGT, and table library HPQYTABT can
be dynamically concatenated by the LIBDEF service of ISPF.
The example below shows how to use the ALTLIB command and LIBDEF service.
By executing the REXX script below during ISPF startup, you can start Business Continuity Manager
with individual libraries being dynamically concatenated to the dd names SYSEXEC, ISPPLIB,
ISPMLIB, and ISPTLIB.
24 Installing Business Continuity Manager