Memorex LOCK - VERSION 2-24 Spécifications Page 247

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 489
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 246
Types of Datasets ISAM Datasets
Chapter 7. Running Jobs With BIM-EPIC 7-27
In the following example, each area is defined with its own set of parameters. Space and other
information about the area follows the DSN parameter identifying the area. Because it is
defined alone, index area space is defined with the primary-qty subparameter,
SPACE=(TRK,1) and not the index-qty, SPACE=(TRK(,,1)).
* //DATA DD DSN=CUSTOMER.MASTER(PRIME),
* // DISP=(NEW,KEEP)
* // UNIT=DISK
* // DCB=DSORG=IS,
* // SPACE=(TRK,45)
* // VOL=SER=POOL01
* // DD DSN=CUSTOMER.MASTER(INDEX),
* // DISP=(NEW,KEEP)
* // UNIT=DISK,
* // DCB=DSORG=IS,
* // SPACE=(TRK,1)
* // VOL=SER=POOL01
* // DD DSN=CUSTOMER.MASTER(OVFLOW),
* // DISP=(NEW,KEEP)
* // UNIT=DISK,
* // DCB=DSORG=IS,
* // SPACE=(TRK,15)
* // VOL=SER=POOL01
In the following example, one set of parameters is used to define both the prime and the index
areas. In this case, SPACE is defined for the index area by using the index-qty subparameter.
* //DATA DD DSN=CUSTOMER.MASTER,
* // DISP=(NEW,KEEP),
* // UNIT=DISK,
* // DCB=DSORG=IS,
* // SPACE=(TRK,(45,,1)),
* // VOL=SER=POOL01
Examples
Vue de la page 246
1 2 ... 242 243 244 245 246 247 248 249 250 251 252 ... 488 489

Commentaires sur ces manuels

Pas de commentaire