HP XP Array Manager Software User Manual

Page 25

Advertising
background image

Preparing for Cache Manager Operations

3-5

Hitachi Cache Manager User’s Guide

7. If you are executing a DSMODE command with either an ENABLE or a

DISABLE parameter, in order to log any eccentric areas (those that are

not part of a dataset), you must specify DCRLOG DD statement. Note:
This command will be ignored if another command or parameter is
specified. The required format is as follows:

Dataset format (DSORG): SAM (PS)

Record format (RECFM): Variable (V) or Variable Length Block (VB)

Record length (LRECL): 130

Block length (BLKSIZE): 130 x n + 4

// EXEC PRG=HRUDCRX,PARM=‘LINECNT(m)’

Figure 3-3

Launching HRUDCRUX

Figure 3-4 is an example of a JCL specifying a BIND command:

//JOBNAME JOB
// EXEC PGM=HRUDCRX,PARM=....,REGION=1024K
//SYSPRINT DD SYSOUT=A
//VOL2 DD UNIT=SYSDA,VOL=SER=VSN001,DISP=OLD
//RAIDPARM DD DSN=DATASET1,UNIT=SYSDA,DISP=SHR,
// VOL=SER=ABC001,DCB=(BLKSIZE=.....)

//DCRLOG DD DSN=DATASET2,UNIT=SYSDA,DISP=SHR,

// VOL=SER=ABC002,DCB=(BLKSIZE=.....)
//SYSIN DD *

BIND ENABLE -
DDNAME(VOL2) -

DATASET(‘USER.FILE’)
/*
//

Figure 3-4

BIND Command

The required format for control statements is as follows:

Specify the control statements in the first line (columns 1 through 71).

If a control statement is longer than one line (columns 72 and higher), you

can continue the statement on the next line as follows:

Specify a plus sign after the last parameter if the letters of a parameter
are continued to next line.

Specify a hyphen after the last parameter if other parameters are
continued to next line.

You cannot specify a space (empty) line between each control statement.

Advertising