
Scratch Functions Maintaining the DSN Catalog (TSIDUTL)
6-16 BIM-EPIC Installation and System Guide
The following example scratches eligible datasets with the TR user ID. Disk versions will be
protected from scratching for 1 day after their creation dates.
// JOB DISPLAY DSN CATALOG
// DLBL SORTWK1,’$$$.SORTWK1,(D)'
// EXTENT SYS001
// DLBL WORK,’$$$.SCRATCH.WORK,(D)'
// EXEC TSIDUTL
SCRATCH,USERID=TR,DHLDOPEN=1
/*
/&
The following example prints a report of all datasets eligible to be scratched on January 1,
2000.
// JOB DISPLAY DSN CATALOG
// DLBL SORTWK1,’$$$.SORTWK1,(D)'
// EXTENT SYS001
// DLBL WORK,’$$$.SCRATCH.WORK,(D)'
// EXEC TSIDUTL
PSCRATCH 2000001
/*
/&
// DLBL WORK,'%WORK',,VSAM,CAT=VSESPUC,DISP=OLD, X
RECORDS=(500,250),RECSIZE=50
Please see discussion on WORK File and VSE/VSAM Space Management for SAM Feature
on page 6-3
Examples
VSAM WORK
Example
Kommentare zu diesen Handbüchern