HP StorageWorks P9000 for Business Continuity Manager Software Installation Guide (T5253-96052, May 2011)

Creating a Cataloged Procedure for Startup for the Business Continuity
Manager Agents
This section describes how to create and change a cataloged procedure for starting Business
Continuity Manager agent.
Standard Startup Cataloged Procedure
The standard cataloged procedure for startup is registered into the sample library during installation.
Copy the standard cataloged procedure for startup to the PROCLIB dataset of the JES (Job Entry
Subsystem) startup procedure, and then modify the procedure to fit your environment.
Standard Cataloged Procedure for Startup in the Expanded Format
Member name: YKAGENT
//YKAGENT PROC MEMBER=YKPRM00
//************************************************************
//*
//* ALL RIGHTS RESERVED. COPYRIGHT (C) 2006, 2010, HITACHI, LTD.
//*
//************************************************************
//IEFPROC EXEC PGM=IKJEFT01,PARM=YKAGENTD,
// TIME=1440,REGION=4096K
//YKPARM DD DSN=HPQYK.Vnnnnnn.HPQYSAMT(&MEMBER),DISP=SHR
//YKLIST DD DDNAME=IEFRDER
//SYSTSPRT DD DUMMY
//SYSTSIN DD DUMMY
//SYSABEND DD SYSOUT=*
//SYSEXEC DD DSN=HPQYK.Vnnnnnn.HPQYEXET,DISP=SHR
//STEPLIB DD DSN=HPQYK.Vnnnnnn.HPQYLNKT,DISP=SHR
In the sample JCL, the nnnnnn portion of Vnnnnnn varies depending on the version. Example
elements are as follows:
1. PROC statement
Specifies the member name of the initialization parameter that is used during the startup of
Business Continuity Manager agent. The member specified in this statement is the default
value. To use a non-standard member, execute the START command to change the member
during the startup.
2. EXEC statement
Specifies the following operands:
TIME (CPU cut-off time) whose value is 1440.
REGION (region size). To calculate this value, see “Determining Required Memory”
(page 20).
3. YKPARM DD statement
Specifies the name of the dataset that contains the initialization parameters, and a member
name for a partitioned dataset.
4. YKLIST DD statement
Specifies the dataset to which the initialization parameter analysis result is to be output. The
specified dataset must have the following attributes:
LRECL: 121
BLKSIZE: Multiple of 121
Creating a Cataloged Procedure for Startup for the Business Continuity Manager Agents 77