03.03.2015 Views

CA Dynam for VSE User Guide

CA Dynam for VSE User Guide

CA Dynam for VSE User Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Managing the VTOC<br />

Default Allocation Support<br />

You can specify a system default to allocate disk space globally. This default is<br />

specified by the DEFALOC parameter of the DYNAM/D option record, and can<br />

be used to simplify the creation of temporary or test data sets. To create the<br />

default specification, add the DEFALOC parameter to the DYNAM/D option<br />

record, and specify desired allocation in<strong>for</strong>mation in it. For example:<br />

DEFALOC(POOL01,100)<br />

This sets a default allocation of 100 tracks primary allocation, with automatic<br />

secondary allocation, to be taken from POOL01. To use the system default,<br />

code a bare DLBL with a data set name which does not exist in the catalog; <strong>CA</strong><br />

<strong>Dynam</strong>/D will use the default allocation in<strong>for</strong>mation to allocate the file.<br />

The same procedure is used to input the file. In this fashion, a programmer<br />

who needs temporary space can get it and use it without coding the EXTENT<br />

in<strong>for</strong>mation or creating a catalog entry.<br />

// JOB TEST PROGRAM<br />

// DLBL MYFILE,'TEST.FILE',30<br />

// EXEC PROGRAM<br />

/&<br />

The example shown above causes <strong>CA</strong> <strong>Dynam</strong>/D to allocate 100 tracks from<br />

POOL01 (the default setting) to TEST.FILE, and sets a retention period of 30<br />

days. At the end of 30 days, the file would be automatically deleted.<br />

Managing the VTOC<br />

A volume table of contents (VTOC) contains entries made up of seven types of<br />

data set control blocks (DSCBs) called <strong>for</strong>mat-0, <strong>for</strong>mat-1, ..., <strong>for</strong>mat-6<br />

records. (The <strong>for</strong>mat-6 record is only used by OS systems.) These records<br />

describe the type and location of data sets on a DASD volume.<br />

<strong>CA</strong> <strong>Dynam</strong>/D VTOC management provides the following:<br />

• Rotational Position Sensing (RPS) <strong>for</strong> CKD devices, significantly reduces<br />

channel busy time. The <strong>VSE</strong> VTOC management routines do not use RPS.<br />

• A software technique <strong>for</strong> position maintenance on FBA devices, eliminates<br />

redundant reads of VTOC control intervals.<br />

• VTOC indexes built on selected volumes and used <strong>for</strong> processing both<br />

dynamic and nondynamic files, greatly reduce VTOC I/Os and channel<br />

busy time.<br />

4–10 <strong>User</strong> <strong>Guide</strong>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!