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

// UNIT=3390,VOL=SER=
// SPACE=(TRK,(1,1,1)),
// DCB=(BLKSIZE=6144,RECFM=U)
//HPQYPRCD DD DSN=PROC LIBRARY
// DISP=(NEW,CATLG,DELETE),
// UNIT=3390,VOL=SER=
// SPACE=(TRK,(5,1,10)),
// DCB=(BLKSIZE=6160,LRECL=80,RECFM=FB)
//HPQYEXED DD DSN=EXEC(F) LIBRARY
// DISP=(NEW,CATLG,DELETE),
// UNIT=3390,VOL=SER=
// SPACE=(TRK,(75,1,10)),
// DCB=(BLKSIZE=6160,LRECL=80,RECFM=FB)
//HPQYEXVD DD DSN=EXEC(V) LIBRARY
// DISP=(NEW,CATLG,DELETE),
// UNIT=3390,VOL=SER=
// SPACE=(TRK,(45,1,10)),
// DCB=(BLKSIZE=6120,LRECL=255,RECFM=VB)
//HPQYPNLD DD DSN=PANEL LIBRARY
// DISP=(NEW,CATLG,DELETE),
// UNIT=3390,VOL=SER=
// SPACE=(TRK,(60,1,200)),
// DCB=(BLKSIZE=6160,LRECL=80,RECFM=FB)
//HPQYMSGD DD DSN=MESSAGE LIBRARY
// DISP=(NEW,CATLG,DELETE),
// UNIT=3390,VOL=SER=//SPACE=(TRK,(5,1,5)),
// DCB=(BLKSIZE=6160,LRECL=80,RECFM=FB)
//HPQYTABD DD DSN=TABLE LIBRARY
// DISP=(NEW,CATLG,DELETE),
// UNIT=3390,VOL=SER=
// SPACE=(TRK,(5,1,5)),
// DCB=(BLKSIZE=6160,LRECL=80,RECFM=FB)
HPQYK2DF (Defining Distribution and Target Libraries)
The method for modifying HPQYK2DF, which defines 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 SMP/E dataset name, target library name, and distribution
library name from HPQYK to HPQ.BCM.
(5)-(10)
Change the prefix for the SMP/E dataset name from HPQYK. to HPQ.BCM..
(11)
Change the volume allocated to SMPTLIB from #smp01 to SMP001.
(12)-(29)
Change the prefix for the target library name from HPQYK. to HPQ.BCM..
(30)-(38)
Change the prefix for the distribution library name from HPQYK. to HPQ.BCM..
//HPQYK2DF JOB (ACCT#),'DO THE DDDEFS' -----(1)
// REGION=0M,CLASS=A, -----(2)
98 Modifying Sample JCL