Smpalloc (allocating smp/e datasets) – HP XP Command View Advanced Edition Software User Manual

Page 287

Advertising
background image

COPYMOD OUTDD=OUTF2,INDD=INF2

COPYMOD OUTDD=OUTF3,INDD=INF3

COPY OUTDD=OUTF4,INDD=INF4

COPY OUTDD=OUTF5,INDD=INF5

COPY OUTDD=OUTF6,INDD=INF6

COPY OUTDD=OUTF7,INDD=INF7

COPY OUTDD=OUTF8,INDD=INF8

COPY OUTDD=OUTF9,INDD=INF9

/*

SMPALLOC (allocating SMP/E datasets)

The method for modifying

SMPALLOC

, which allocates SMP/E datasets, 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 SMP/E dataset name from

HPQKT

to

HPQ1.KT

.

(5) and (8)

Change the volume allocated to the SMP/E dataset from

#smp01

to

SMP001

.

(6), (7), (9), and (10)

Modify the prefix for the dataset name from

HPQKT

to

HPQ1.KT

.

//SMPALLOC JOB (ACCT#),'ALLO SMP FILES', -----(1)

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

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

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

//*

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

//*

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

//*

//* This JCL allocates a CSI data set.

//*

//* 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 VSN=#smp01 DASD volume serial for SMP files -----(5)

//*

//* 3) Submit the JCL.

//*

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

//STEP01 EXEC PGM=IDCAMS

//CSIVOL DD UNIT=SYSDA,VOL=SER=&VSN,DISP=SHR

//SYSPRINT DD SYSOUT=*

//SYSIN DD *

DELETE HPQKT.SMPCSI.CSI -----(6)

SET MAXCC=0

DEFINE CLUSTER( -

User Guide

287

Advertising