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.

Disk File Maintenance Utilities<br />

• If the OLDDEV and NEWDEV parameters are specified as a device type,<br />

the track/block capacity of that device is used as the device value <strong>for</strong> the<br />

conversion.<br />

• The allocation value conversion is per<strong>for</strong>med by calculating a capacity ratio<br />

between the old and new device types. The number of tracks/blocks<br />

specified on each input EXTENT statement is then multiplied by the<br />

calculated conversion ratio.<br />

• The conversion ratio is computed by dividing the old device value by the<br />

new device value.<br />

Example 1:<br />

Convert a job stream that operates on 3330 devices to run on 3310 FBA<br />

devices. The computed conversion ratio is 25.45:1 (13030 / 512).<br />

Input:<br />

// JOB DYNCONV CONVERT JCL FOR FBA<br />

// ASSGN SYS001,READER INPUT<br />

// ASSGN SYSPCH,PUNCH OUTPUT<br />

// EXEC DYNCONV<br />

CONVERT OLDDEV=3330 NEWDEV=3310<br />

// JOB PAYROLL WEEKLY RUN<br />

// DLBL PAYIN,'COMPANY NO.5 PAYROLL MASTER IN',2099/365<br />

// EXTENT SYS010,PAYPAK,1,0,5396,665<br />

// DLBL PAYOUT,'COMPANY NO.5 PAYROLL MASTER OUT',2099/365<br />

// EXTENT SYS010,PAYPAK,1,0,6061,665<br />

// ASSGN SYS010,DISK,VOL=PAYPAK,SHR<br />

// DLBL TRNIN,'COMPANY NO.5 TRANSACTIONS'<br />

// EXTENT SYS010,PAYPAK,1,0,1,380,19<br />

// EXEC PAYUPD<br />

/*<br />

/&<br />

*END<br />

/*<br />

/&<br />

Chapter 5: Supporting Disk File Management 5–5

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

Saved successfully!

Ooh no, something went wrong!