HP XP P9000 for Business Continuity Manager Software Installation Guide

/* REXX */
ADDRESS TSO "ALTLIB ACTIVATE APPLICATION(EXEC)",
"DATASET('HP.Vnnnnnn.HPQYEXET')";
ADDRESS ISPEXEC;
"LIBDEF ISPMLIB DATASET ID('HP.Vnnnnnn.HPQYMSGT') STACK";
"LIBDEF ISPPLIB DATASET ID('HP.Vnnnnnn.HPQYPNLT') STACK";
"LIBDEF ISPTLIB DATASET ID('HP.Vnnnnnn.HPQYTABT') STACK";
"SELECT CMD(%YKSTART) NEWAPPL(YK) PASSLIB";
ADDRESS ISPEXEC;
"LIBDEF ISPTLIB";
"LIBDEF ISPPLIB";
"LIBDEF ISPMLIB";
ADDRESS TSO "ALTLIB DEACTIVATE APPLICATION(EXEC)";
Return 0;
NOTE: In an environment in which the DBCS functionality is used, concatenate HPQYPNLT to
the alternate panel library (dd name ISPPALT) as well. Also, concatenate HPQYMSGT to the
alternate message library (dd name ISPMALT). For details, see the ISPF User's Guide Volume I.
Settings in the ISPF panel
Setting the position of the command line
You can select whether to position the command line (Command line) at the top or at the bottom
of each panel.
To set the position of the command line:
1. Start Business Continuity Manager, type SETTINGS on the command line, and then press the
Enter key.
The ISPF Settings panel appears.
2. To display the command line at the top of panels, clear the Command line at bottom checkbox.
To display the command line at the bottom of panels, select the Command line at bottom
checkbox.
Setting the number of PF keys that are displayed
You can set the number of PF keys that are displayed. This setting is saved in the profile even after
Business Continuity Manager is stopped.
To set the number of PF keys that are displayed:
1. Start Business Continuity Manager, type PFSHOW TAILOR on the command line, and then
press the Enter key.
The ISPF Settings panel appears.
2. Set a value in Number of keys.
NOTE: If the specified value is between F1 and F12, the F17=DispConf and F18=Exctg keys are
not displayed.
Settings for using the YKWATCH command and the copy group definition generation
function for PPRC copy pairs
The YKWATCH command and the copy group definition generation function for PPRC copy pairs
are executed as background jobs. YKWPROC is the procedure for a background job of YKWATCH
and of the Copy Group Definition Generation function for PPRC copy pairs. To use the YKWATCH
Setting up the environment 25