HP XP P9000 for Business Continuity Manager Software Installation Guide
// UNIT=3390,VOL=SER=&DVSN,
// SPACE=(TRK,(60,1,200)),
// DCB=(BLKSIZE=6160,LRECL=80,RECFM=FB)
//HPQYMSGD DD DSN=&PFX..&VRM..HPQYMSGD, MESSAGE LIBRARY
// DISP=(NEW,CATLG,DELETE),
// UNIT=3390,VOL=SER=&DVSN,
// SPACE=(TRK,(5,1,5)),
// DCB=(BLKSIZE=6160,LRECL=80,RECFM=FB)
//HPQYTABD DD DSN=&PFX..&VRM..HPQYTABD, TABLE LIBRARY
// DISP=(NEW,CATLG,DELETE),
// UNIT=3390,VOL=SER=&DVSN,
// SPACE=(TRK,(5,1,5)),
// DCB=(BLKSIZE=6160,LRECL=80,RECFM=FB)
HPQYK2DF (defining distribution and target libraries)
The method for modifying HPQYK2DF, which defines the distribution library and 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 SMP/E dataset name, target library name, and distribution
library name from HPQYK to HPQ.BCM.
(5)-(10)
Change the prefix for the SMP/E dataset name from HPQYK. to HPQ.BCM..
(11)
Change the volume allocated to SMPTLIB from #smp01 to SMP001.
(12)-(29)
Change the prefix for the target library name from HPQYK. to HPQ.BCM..
(30)-(38)
Change the prefix for the distribution library name from HPQYK. to HPQ.BCM..
//HPQYK2DF JOB (ACCT#),'DO THE DDDEFS', -----(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 DDDEF for the distribution libraries and
//* 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)
//* #smp01 DASD volume serial for SMPTLIB
//*
HPQYK2DF (defining distribution and target libraries) 93