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

//* GIMSMP Installation SMP/E program
// SET PFX=HPQYK Prefix of SMP files -----(4)
// SET VRM=Vnnnnnn Second level name (VER REL MOD)
// SET VSN=#smp01 DASD volume serial for SMPTLIB -----(5)
//*
//* 3) Submit the JCL and make sure that no error occurs.
//* 4) Remove CHECK operand from APPLY and re-submit the JCL to
//* complete.
//*
//*********************************************************************
//APPLY EXEC PGM=GIMSMP
//SMPOUT DD SYSOUT=*
//SMPRPT DD SYSOUT=*
//SMPLIST DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SMPWRK1 DD UNIT=SYSDA,
// SPACE=(3120,(0364,0380,500)),
// DCB=(RECFM=FB,LRECL=80,BLKSIZE=3120)
//SMPWRK2 DD UNIT=SYSDA,
// 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=
//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=
//SMPTLIB DD DISP=SHR,UNIT=3390,VOL=SER=
//SMPHOLD DD DUMMY
//SMPSCDS DD DISP=SHR,DSN=
//SMPMTS DD DISP=SHR,DSN=
//SMPSTS DD DISP=SHR,DSN=
//SYSLIB DD DISP=SHR,DSN=SYS1.MACLIB
// DD DISP=SHR,DSN=
//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)
104 Modifying Sample JCL