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

(4)
Change the prefix for the input dataset name from HP to BCMUSER.
(5)
Change the prefix for the target library name from HP to HPQ.BCM.
(6)
Change the volume allocated to the target library from #bcm01 to BCMT00.
//HPQYKSIN JOB (ACCT#),'SAMPLE COPY', -----(1)
// REGION=0M,CLASS=A, -----(2)
// MSGLEVEL=(1,1),MSGCLASS=X,NOTIFY=&SYSUID -----(3)
//*********************************************************************
//*
//* All Rights Reserved. Copyright (C) 2006, 2011, Hitachi, Ltd.
//*
//*********************************************************************
//*
//* JCL template for simplified installation of BC Z Manager.
//*
//* This sample shows an installation method that copies
//* distribution data sets directly to the target libraries,
//* without using SMP/E.
//*
//* Instructions:
//* 1) Modify the JOB statement to match your environment.
//* 2) Modify the following values to match your environment:
//*
//* Value Description
//* -------- ----------------------------------
// SET IPFX=HP Prefix of distribution data sets -----(4)
// SET IVRM=CHYLnnn Version of distribution data sets
// SET TPFX=HP Prefix of target libraries -----(5)
// SET TVRM=Vnnnnn Version of target libraries
// SET TVSN=#bcm01 VOLSER of target libraries -----(6)
//*
//* 3) Submit the JCL.
//*
//*********************************************************************
//COPY EXEC PGM=IEBCOPY
//SYSPRINT DD SYSOUT=*
//* Input datasets
//INF1 DD DSN=&IPFX..&IVRM..F1,DISP=SHR SAMPLIB dataset
//INF2 DD DSN=&IPFX..&IVRM..F2,DISP=SHR LINKLIB dataset
//INF3 DD DSN=&IPFX..&IVRM..F3,DISP=SHR LPALIB dataset
//INF4 DD DSN=&IPFX..&IVRM..F4,DISP=SHR PROCLIB dataset
//INF5 DD DSN=&IPFX..&IVRM..F5,DISP=SHR EXEC(F) dataset
//INF6 DD DSN=&IPFX..&IVRM..F6,DISP=SHR EXEC(V) dataset
//INF7 DD DSN=&IPFX..&IVRM..F7,DISP=SHR PANEL dataset
//INF8 DD DSN=&IPFX..&IVRM..F8,DISP=SHR MESSAGE dataset
//INF9 DD DSN=&IPFX..&IVRM..F9,DISP=SHR TABLE dataset
//* Output libraries
//OUTF1 DD DSN=&TPFX..&TVRM..HPQYSAMT,
// UNIT=3390,VOL=SER=&TVSN,
// DISP=(NEW,CATLG,DELETE), SAMPLIB
// SPACE=(TRK,(15,1,5)),DCB=*.INF1 Target library
//OUTF2 DD DSN=&TPFX..&TVRM..HPQYLNKT,
// UNIT=3390,VOL=SER=&TVSN,
// DISP=(NEW,CATLG,DELETE), LINKLIB
// SPACE=(TRK,(45,1,20)),DCB=*.INF2 Target library
//OUTF3 DD DSN=&TPFX..&TVRM..HPQYLPAT,
// UNIT=3390,VOL=SER=&TVSN,
// DISP=(NEW,CATLG,DELETE), LPALIB
HPQYKSIN (Simple Installation) 93