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

//SYSUT3 DD UNIT=SYSDA,SPACE=(3120,(0380,0760))
//SYSUT4 DD UNIT=SYSDA,SPACE=(3120,(0038,0100)),
// DCB=(LRECL=80,BLKSIZE=3120,RECFM=FB)
//* The following data sets would likely be specified in a
//* cataloged procedure customized for a particular customer.
//SMPPTS DD DISP=SHR,DSN=
//SMPLOG DD DISP=MOD,DSN=
//SMPLOGA DD DISP=MOD,DSN=
//SMPCSI DD DISP=SHR,DSN=
//GLOBAL DD DISP=SHR,DSN=
//TGT1 DD DISP=SHR,DSN=
//DLIB1 DD DISP=SHR,DSN=
//SMPHOLD DD DUMMY
//SMPTLIB DD DISP=SHR,UNIT=3390,VOL=SER=
//* Use DASD files if installing from .XMIT distribution
//SMPPTFIN DD DSN=DISP=SHR
//* Use tape files if installing from cartridge tape
//*SMPPTFIN DD DSN=SMPMCS,DISP=OLD,
//* VOL=SER=HPQYK,UNIT=3480,LABEL=(1,SL)
//SMPCNTL DD *
SET BDY(GLOBAL).
RECEIVE SELECT(CHYLnnn)
RFPREFIX(HP)-----(6)
LIST.
/*
HPQYK4AP (Creating Target Libraries)
The method for modifying HPQYK4AP, which creates the target library, is explained below.
The following numbers correspond to the numbers appearing on the right side of the sample JCL.
Modify the underlined portions in the sample JCL as follows:
(1)-(3)
Modify the JOB text to match the installation environment.
(4)
Change the prefix for the dataset name from HPQYK to HPQ.BCM.
(5)
Change the volume allocated to the SMP/E dataset from #smp01 to SMP001.
(6)
When SMP/E APPLY is completed successfully, the check is deleted (changed to a
comment) and the job is performed again.
//HPQYK4AP JOB (ACCT#),'APPLY BC Z MANAGER', -----(1)
// REGION=0M,CLASS=A, -----(2)
// MSGLEVEL=(1,1),MSGCLASS=X,NOTIFY=-----(3)
//*********************************************************************
//*
//* All Rights Reserved. Copyright (C) 2003, 2011, Hitachi, Ltd.
//*
//*********************************************************************
//*
//* This JCL executes SMP/E APPLY to create the target libraries.
//*
//* Instructions:
//* 1) Modify the JOB statement to match your environment.
//* 2) Modify the following values to match your environment:
//*
//* Value Description
//* -------- --------------------------------
HPQYK4AP (Creating Target Libraries) 103