![HP P9000 Software Installation Manual Download Page 105](http://html.mh-extra.com/html/hp/p9000/p9000_software-installation-manual_155946105.webp)
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=-----(3)
//*********************************************************************
//*
//* All Rights Reserved. Copyright (C) 2003, 2011, Hitachi, Ltd.
//*
//*********************************************************************
//*
//* This JCL executes SMP/E ACCEPT to create the distribution libraries.
//*
//* Instructions:
//* 1) Modify the JOB statement to match your environment.
//* 2) Modify the following values to match your environment:
//*
//* Value Description
//* -------- --------------------------------
//* 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 ACCEPT and re-submit the JCL to
//* complete.
//*
//*********************************************************************
//ACCEPT 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)),
HPQYK5AC (Creating Distribution Libraries) 105