Previous Topic: Multiple Tape PoolsNext Topic: Restrictions


Scratch Pool and Access Rules

Scratch pools are assigned by adding control statements to two hlq.CTAPOPTN members:

TMSINITD reads these two members during CA 1 initialization. TMSINITD can be executed in batch mode to verify that any changes to these members are correct before CA 1 initialization.

Note: For more more information about the TMSINIT and TMSINITD programs, see the Utilities and Reports Reference Guide.

A scratch pool can be directly requested by specifying the scratch pool name in the JCL VOL=SER= parameter, for example:

//ddname   DD DSN=tape.dsname,DISP=(NEW,CATLG),UNIT=cart,
//         VOL=SER=poolnm,LABEL=(1,SL)

Due to operating system edits on the VOL=SER= parameter, the specified scratch pool name must be six characters or less. If you use scratch pooling, at least one scratch pool assignment control statement must be specified in the TMONSMxx member. Assignment control statements are not necessary for scratch pools that are intended to be directly specified in the JCL if the TMONSMxx member references at least one scratch pool.

Notes:

Once CA 1 is installed, you can maintain these members using the CA 1 ISPF facility that is described in the section Using Online Inquiry and Update Facilities.