HP StorageWorks P9000 for Business Continuity Manager Software Installation Guide (T5253-96052, May 2011)
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)
Change RFPREFIX from HP to HPQ.BCM.
//HPQYK3RC JOB (ACCT#),'RECEIVE BC Z MANAGER', -----(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 RECEIVE to uncompress .XMIT files.
//*
//* 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)
//* HP See 4) for detail.
//*
//* 3) Select form of SMPPTFIN DD statement depending upon whether
//* installing from tape or uploaded .XMIT file.
//*
//* 4) Modify the value of RFPREFIX to match the prefix of the dataset
//* that you created with the JCL 'RECVUPLD'. See the comment
//* (see 3.) in 'RECVUPLD' for more detail.
//*
//* 5) Submit the JCL.
//*
//*********************************************************************
//RECEIVE 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))
102 Modifying Sample JCL