Figure 4-2 bind/enable command – HP XP Array Manager Software User Manual

Page 31

Advertising
background image

Performing Cache Manager Operations

4-3

Hitachi Cache Manager User’s Guide

Figure 4-2 is a sample JCL of a BIND/ENABLE command.

(1)
(2)
(3)
(4)

(5)
(6)
(7)
(8)
(9)
(10)
(11)
(12)

//CSUT01 JOB MSGLEVEL=…
//CACHE EXEC PGM=HRUDCRX,REGION=1024K
//SYSPRINT DD SYSOUT=A
//VOL1 DD UNIT=SYSDA,VOL=SER=CSVOL1,DISP=OLD
//VOL2 DD UNIT=SYSDA,VOL=SER=CSVOL2,DISP=OLD
//SYSIN DD *
BIND ENABLE DDNAME(VOL1) VTOC
BIND ENABLE DDNAME(VOL2) DATASET(‘USER.FILE’)
BIND ENABLE VOLUME(CSVOL3) CCHH(00100005 00100007) PRIO
BIND ENABLE DEVICE(5800) CCHH(00012-0001 00012-0007)
BIND ENABLE VOLUME(CSVOL4) SYSTEMDS
/*
//

(1) Start of job.
(2) Execute HRUDCRX.
(3) Spool the message dataset.
(4) Define the volume serial number of ‘CSAVOL1’ and ‘CSVOL2’ in the cache storage system.
(5) Define a dataset in which control statements are stored.
(6) Define an area in cache memory. DDNAME defines the dd name in the DD statement. VTOC specifies the

cache residence by VTOC area.

(7) Define an area in cache memory. DDNAME defines the dd name in the DD statement. DATASET specifies the

residence

area by dataset area (DSN: USER.FILE).

(8) Define an area (three tracks) in cache memory. VOLUME defines a volume serial number in the cache storage

system. CCHH specifies the resident area by absolute address (hexadecimal). PRIO specifies
PRIORITY mode.

(9) Define an area (in this case seven tracks) in cache memory. DEVICE defines the device number in the cache

storage system. CCHH specifies the resident area by absolute address (decimal).

(10) Define an area (VTOC area or VTOCIX area or VVDS area) in cache memory. VOLUME defines a volume serial

number in

the cache storage system. SYSTEMDS defines the residence area by VTOC area, VTOCIX

area, and VVDS area.

(11) End of command.
(12) End of job.

Figure 4-2

BIND/ENABLE Command

Advertising