HP XP P9000 for Business Continuity Manager Software Installation Guide

// SPACE=(3120,(0364,0380,500)),
// DCB=(RECFM=FB,LRECL=80,BLKSIZE=3120)
//SMPWRK3 DD UNIT=SYSDA,
// SPACE=(3120,(0364,0380,500)),
// DCB=(RECFM=FB,LRECL=80,BLKSIZE=3120)
//SMPWRK4 DD UNIT=SYSDA,
// SPACE=(3120,(0364,0380,500)),
// DCB=(RECFM=FB,LRECL=80,BLKSIZE=3120)
//SMPWRK6 DD UNIT=SYSDA,
// SPACE=(3120,(0364,0380,500)),
// DCB=(RECFM=FB,BLKSIZE=3120)
//SYSUT1 DD UNIT=SYSDA,SPACE=(3120,(0380,0760))
//SYSUT2 DD UNIT=SYSDA,SPACE=(3120,(0380,0760))
//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=&PFX..SMPPTS
//SMPLOG DD DISP=MOD,DSN=&PFX..SMPLOG
//SMPLOGA DD DISP=MOD,DSN=&PFX..SMPLOGA
//SMPCSI DD DISP=SHR,DSN=&PFX..SMPCSI.CSI
//GLOBAL DD DISP=SHR,DSN=&PFX..SMPCSI.CSI
//TGT1 DD DISP=SHR,DSN=&PFX..SMPCSI.CSI
//DLIB1 DD DISP=SHR,DSN=&PFX..SMPCSI.CSI
//SMPTLIB DD DISP=SHR,UNIT=3390,VOL=SER=&VSN
//SMPHOLD DD DUMMY
//SMPSCDS DD DISP=SHR,DSN=&PFX..SMPSCDS
//SMPMTS DD DISP=SHR,DSN=&PFX..SMPMTS
//SMPSTS DD DISP=SHR,DSN=&PFX..SMPSTS
//SYSLIB DD DISP=SHR,DSN=SYS1.MACLIB
// DD DISP=SHR,DSN=&PFX..SMPMTS
//SMPCNTL DD *
SET BDY(TGT1).
APPLY SELECT(CHYLnnn)
CHECK -----(6)
.
/*
HPQYK5AC (creating distribution libraries)
The method for modifying HPQYK5AC, which creates the distribution 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 ACCEPT is completed successfully, the check is deleted (changed to
a comment) and the job is performed again.
//HPQYK5AC JOB (ACCT#),'ALLO UPLD FILES', -----(1)
// REGION=0M,CLASS=A, -----(2)
// MSGLEVEL=(1,1),MSGCLASS=X,NOTIFY=&SYSUID -----(3)
HPQYK5AC (creating distribution libraries) 99