HP XP7 Smart Manager for Mainframe User Guide (TK916-96001, May 2014)

// 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=&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
//SMPHOLD DD DUMMY
//SMPTLIB DD DISP=SHR,UNIT=3390,VOL=SER=&VSN
//* Use DASD files if installing from .XMIT distribution
//SMPPTFIN DD DSN=&PFX..CHKLnnn.SMPMCS,DISP=SHR
//SMPCNTL DD *
SET BDY(GLOBAL).
RECEIVE SELECT(CHKLnnn)
RFPREFIX(HP) -----(6)
LIST.
/*
HPQKT4AP (creating target libraries)
The method for modifying HPQKT4AP, which creates the target library, is explained below.
The following numbers correspond to the numbers appearing on the right side of the sample JCL.
(1) to (3)
Modify the JOB statement in accordance with the installation environment.
(4)
Change the prefix for the dataset name from HPQKT to HPQ1.KT.
(5)
Change the volume allocated to the SMP/E dataset from #smp01 to SMP001.
(6)
After SMP/E ACCEPT is completed, delete CHECK (or comment it out), and then perform the job
again.
Modifying the sample JCL296