Memorex LOCK - VERSION 2-24 Dokumentacja Strona 230

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 489
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 229
Reusing the Same Space Disk Processing
7-10 User Reference
Reusing the Same Space
DSN Catalog
If you want to write a new version of a disk dataset in the same location (reusing the same
space), catalog the dataset as work ("WRK" using Online Manager, or WRK=YES using
TSIDMNT) and zero secondary allocations.
1. Each time the dataset is created or modified, inhibit truncation. This leaves space in the
extent for a larger dataset the next time it is processed. To inhibit truncation with a DLBL,
specify the "N" option in the dataset name; with a DD statement, use the SPACE parameter.
2. Each time the dataset is modified, you must indicate that you want to reuse the same space.
With a DLBL, specify option "S"; with a DD statement, specify DISP=(MOD,KEEP).
// DLBL OUTPUT,'DATA.FILE,(N,S)'
* //OUTPUT DD DSN=DATA.FILE,UNIT=DISK,
* // DISP=(MOD,KEEP),SPACE=(TRK,0)
JCL Requirements
Examples
Przeglądanie stron 229
1 2 ... 225 226 227 228 229 230 231 232 233 234 235 ... 488 489

Komentarze do niniejszej Instrukcji

Brak uwag