HP XP Command View Advanced Edition Software User Manual

Page 282

Advertising
background image

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

//*

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

//*

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

//*

//* This JCL allocates data sets in preparation for storing

//* the data files for installation of Smart Manager for MF from the

//* distribution CD.

//*

//* Instructions:

//* 1. Change 'HP' to the current USERID.

//* 2. Change '#tso01' to VOLSER of your device.

//* 3. Submit this JCL to allocate the data sets for storing

//* the data files.

//* 4. Transfer the unzipped .XMIT files to the allocated data sets

//* via FTP in "BINARY" mode.

//* 5. See RECVUPLD for further procedures.

//*

//*

//* Remove all Smart Manager for MF files.

//*

//CLEAN EXEC PGM=IDCAMS

//SYSPRINT DD SYSOUT=*

//SYSIN DD *

DELETE HP.CHKLnnn.SMPMCS.XMIT -----(4)

DELETE HP.CHKLnnn.F1.XMIT -----(5)

DELETE HP.CHKLnnn.F2.XMIT -----(6)

DELETE HP.CHKLnnn.F3.XMIT -----(7)

DELETE HP.CHKLnnn.F4.XMIT -----(8)

DELETE HP.CHKLnnn.F5.XMIT -----(9)

DELETE HP.CHKLnnn.F6.XMIT -----(10)

DELETE HP.CHKLnnn.F7.XMIT -----(11)

DELETE HP.CHKLnnn.F8.XMIT -----(12)

DELETE HP.CHKLnnn.F9.XMIT -----(13)

SET MAXCC = 0

/*

//*

//* Allocate the data sets for storing the data files.

//*

//* Value Description

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

// SET PFX=HP Data set prefix -----(14)

// SET VRM=CHKLnnn Version of Smart Manager for MF

// SET VSN=#tso01 VOLSER -----(15)

//*

//BR14 EXEC PGM=IEFBR14

//SMPMCS DD DSN=&PFX..&VRM..SMPMCS.XMIT,

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

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

// DCB=(DSORG=PS,RECFM=FB,LRECL=80,BLKSIZE=3120),

// DISP=(,CATLG,DELETE)

//F1 DD DSN=&PFX..&VRM..F1.XMIT,

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

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

// DCB=(DSORG=PS,RECFM=FB,LRECL=80,BLKSIZE=3120),

// DISP=(,CATLG,DELETE)

//F2 DD DSN=&PFX..&VRM..F2.XMIT,

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

// SPACE=(TRK,(60)),

Modifying the sample JCL

282

Advertising