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

// DCB=(LRECL=80,BLKSIZE=3120,RECFM=FB)
//SMPMTS DD DSN=&PFX..SMPMTS,
// DISP=(NEW,CATLG,DELETE),
// UNIT=SYSDA,VOL=SER=&VSN,
// SPACE=(CYL,(1,5,5)),
// DCB=(LRECL=80,BLKSIZE=3120,RECFM=FB)
//SMPSTS DD DSN=&PFX..SMPSTS,
// DISP=(NEW,CATLG,DELETE),
// UNIT=SYSDA,VOL=SER=&VSN,
// SPACE=(CYL,(1,5,5)),
// DCB=(LRECL=80,BLKSIZE=3120,RECFM=FB)
//SMPLOG DD DSN=&PFX..SMPLOG,
// DISP=(NEW,CATLG,DELETE),
// UNIT=SYSDA,VOL=SER=&VSN,
// SPACE=(CYL,(1,5)),
// DCB=(BLKSIZE=32720,LRECL=80,RECFM=FB)
//SMPLOGA DD DSN=&PFX..SMPLOGA,
// DISP=(NEW,CATLG,DELETE),
// UNIT=SYSDA,VOL=SER=&VSN,
// SPACE=(CYL,(1,5)),
// DCB=(BLKSIZE=32720,LRECL=80,RECFM=FB)
HPQYK1AL (Allocating Distribution and Target Libraries)
The method for modifying HPQYK1AL, which allocates the distribution library and 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 target library from #bcm01 to BCM001.
(6)
Change the volume allocated to the distribution library from #bcm02 to BCM002.
//HPQYK1AL JOB (ACCT#),'ALLO UPLD FILES'--(1)
// REGION=0M,CLASS=A,-----(2)
// MSGLEVEL=(1,1),MSGCLASS=X,NOTIFY= -----(3)
//*********************************************************************
//*
//* All Rights Reserved. Copyright (C) 2003, 2011, Hitachi, Ltd.
//*
//*********************************************************************
//*
//* This JCL allocates the data sets for SMP/E installation of
//* BC Z Manager.
//*
//* Instructions:
//* 1) Modify the JOB statement to match your environment.
//* 2) Modify the following values to match your environment:
//*
//* Value Description
//* -------- --------------------------------
// SET PFX=HPQYK Prefix of SMP files-----(4)
// SET VRM=Vnnnnnn Second level name (VER REL MOD)
// SET TVSN=#bcm01 Target library VOLSER-----(5)
96 Modifying Sample JCL