HP XP P9000 for Business Continuity Manager Software Installation Guide
The standard cataloged procedure for startup is shown below. It is registered in the cataloged
procedure during installation. Copy this procedure to the PROCLIB dataset of the JES (Job Entry
Subsystem) startup procedure, and then modify the procedure as appropriate for your environment.
//YKBCMMON PROC
//*********************************************************************
//*
//* ALL RIGHTS RESERVED. COPYRIGHT (C) 2010, 2013, Hitachi, Ltd.
//*
//*********************************************************************
//YKBCMMON EXEC PGM=IKJEFT01,PARM=YKBCMMON,TIME=1440,REGION=4096K
//YKMONOPT DD DSN=HP.Vnnnnnn.HPQYSAMT(YKMOPT00),DISP=SHR
//YKMONCG DD DSN=HP.Vnnnnnn.HPQYSAMT(YKMCG00),DISP=SHR
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD DUMMY
//SYSABEND DD SYSOUT=*
//SYSEXEC DD DSN=HP.Vnnnnnn.HPQYEXET,DISP=SHR
//STEPLIB DD DSN=HP.Vnnnnnn.HPQYLNKT,DISP=SHR
In the sample JCL, the nnnnnn portion of Vnnnnnn varies, depending on the version.
Description
1. EXEC statement
Specifies the following operands:
• TIME (CPU cut-off time). The value is 1440.
• REGION (region size). The default is 4,096 KB, but it can be overridden to fit your system.
To calculate this size, see “Determining required memory” (page 18).
2. YKMONOPT DD statement
Specifies the name of the dataset that contains the YKMONOPT file. For details on the format
of this dataset, see the HP XP 9000 Business Continuity Manager Software Reference Guide.
3. YKMONCG DD statement
Specifies the name of the dataset that contains the YKMONCG file. For details on the format
of this dataset, see the HP XP 9000 Business Continuity Manager Software Reference Guide.
4. SYSTSPRT DD statement
Specifies the location to output monitoring information to. SYSOUT=* is specified in the
standard cataloged procedure for startup. If the DUMMY output class is assigned as the output
destination class for system messages in a job that is started by the START command, we
recommend that you specify SYSOUT=SYSOUT-class-enabled-for-output because
the monitoring information is not output with SYSOUT=* specified.
5. SYSTSIN DD statement
Specifies DUMMY.
6. SYSABEND DD statement
Specifies the location to which the dump is to be output when BCM Monitor terminates
abnormally. SYSOUT=* is specified in the standard cataloged procedure for startup. If the
DUMMY output class is assigned as the output destination class for system messages in a job
that is started by the START command, we recommend that you specify
SYSOUT=SYSOUT-class-enabled-for-output because the dump is not output with
SYSOUT=* specified.
7. SYSEXEC DD statement
Specifies the dataset that contains Business Continuity Manager.
76 Setting up an environment for Business Continuity Manager Monitor