HP XP P9000 for Business Continuity Manager Software Installation Guide

SET BDY(GLOBAL).
RECEIVE SELECT(CHYKLnnn)
RFPREFIX(HP) -----(6)
LIST.
/*
HPQYK4AP (creating target libraries)
The method for modifying HPQYK4AP, which creates 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 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 APPLY is completed successfully, the check is deleted (changed to a
comment) and the job is performed again.
//HPQYK4AP JOB (ACCT#),'APPLY BC MANAGER', -----(1)
// REGION=0M,CLASS=A, -----(2)
// MSGLEVEL=(1,1),MSGCLASS=X,NOTIFY=&SYSUID -----(3)
//*********************************************************************
//*
//* All Rights Reserved. Copyright (C) 2003, 2013, Hitachi, Ltd.
//*
//*********************************************************************
//*
//* This JCL executes SMP/E APPLY to create the target 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 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,
98 Modifying sample JCL