HP XP Command View Advanced Edition Software User Manual

Page 289

Advertising
background image

// DISP=(NEW,CATLG,DELETE),

// UNIT=SYSDA,VOL=SER=&VSN,

// SPACE=(CYL,(1,5)),

// DCB=(BLKSIZE=32720,LRECL=80,RECFM=FB)

HPQKT1AL (allocating the distribution library and target library)

The method for modifying

HPQKT1AL

, which allocates the distribution library and target library, is

described below.

The following numbers correspond to the numbers appearing on the right side of the sample JCL.

(1) to (3)

Modify the JOB statement in accordance with the installation environment.

(4)

Change the prefix for the dataset name from

HPQKT

to

HPQ1.KT

.

(5)

Change the volume allocated to the target library from

#KT001

to

KTT000

.

(6)

Change the volume allocated to the distribution library from

#KT002

to

KTD000

.

//HPQKT1AL JOB (ACCT#),'ALLO UPLD FILES', -----(1)

// REGION=0M,CLASS=A, -----(2)

// MSGLEVEL=(1,1),MSGCLASS=X,NOTIFY=&SYSUID -----(3)

//*********************************************************************

//*

//* All Rights Reserved. Copyright (C) 2013, 2014, Hitachi, Ltd.

//*

//*********************************************************************

//*

//* This JCL allocates the data sets for SMP/E installation of

//* Smart Manager for MF.

//*

//* Instructions:

//* 1) Modify the JOB statement to match your environment.

//* 2) Modify the following values to match your environment:

//*

//* Value Description

//* -------- --------------------------------

// SET PFX=HPQKT Prefix of SMP files -----(4)

// SET VRM=Vnnnnnn Second level name (VER REL MOD)

// SET TVSN=#KT001 Target library VOLSER -----(5)

// SET DVSN=#KT002 Distribution library VOLSER -----(6)

//*

//* 3) Submit the JCL.

//*

//*********************************************************************

//ALLOCATE EXEC PGM=IEFBR14

//* Allocate target libraries

//HPQKSAMT DD DSN=&PFX..&VRM..HPQKSAMT, SAMPLES LIBRARY

// DISP=(NEW,CATLG,DELETE),

// UNIT=3390,VOL=SER=&TVSN,

// SPACE=(TRK,(15,1,5)),

// DCB=(BLKSIZE=6160,LRECL=80,RECFM=FB)

//HPQKLNKT DD DSN=&PFX..&VRM..HPQKLNKT, LOAD LIBRARY

User Guide

289

Advertising