Memorex LOCK - VERSION 2-24 Technical Information Seite 279

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 568
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 278
Reusing Space
User Reference
Connectivity Systems, Inc.—Copyright © 2006
Use Pursuant to Company Instructions
7-11
Reusing Space
DSN Catalog If you want to write a new version of a disk dataset in the same location in
order to reuse the space, catalog the dataset as work and zero secondary
allocations. For example, you can indicate WRK using Online Manager
or WRK=YES using TSIDMNT.
JCL
Requirements
Each time the dataset is created or modified, consider inhibiting
truncation. This leaves space in the extent for a larger dataset the next
time the dataset is processed. To inhibit truncation with a DLBL, specify
option N in the dataset name. To inhibit truncation with a DD statement,
use the SPACE parameter, but do not specify RLSE.
Each time the dataset is modified, you must indicate that you want to
reuse the same space. To reuse space with a DLBL, specify option S in
the dataset name. To inhibit truncation with a DD statement, specify
DISP=(MOD,KEEP).
Examples The following is an example of a job statement for reusing space.
// DLBL OUTPUT,'DATA.FILE,(N,S)'
* //OUTPUT DD DSN=DATA.FILE,UNIT=DISK,
* // DISP=(MOD,KEEP),SPACE=(TRK,0)
Seitenansicht 278
1 2 ... 274 275 276 277 278 279 280 281 282 283 284 ... 567 568

Kommentare zu diesen Handbüchern

Keine Kommentare