z/OS DFSMS Using Data Sets
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Allocating a New Non-System-Managed Data Set

z/OS DFSMS Using Data Sets
SC23-6855-00

The following example uses the ALLOCATE command to allocate a new data set:
   //ALLOC    JOB  ...
   //STEP1    EXEC PGM=IDCAMS,DYNAMNBR=1
   //SYSPRINT DD   SYSOUT=A
   //SYSIN    DD   *
              ALLOC -
                 DSNAME(XMP.ALLOCATE.EXAMP3) -
                 NEW CATALOG -
                 SPACE(10,5) TRACKS -
                 BLKSIZE(1000) -
                 LRECL(100) -
                 DSORG(PS) -
                 UNIT(3380) -
                 VOL(338002) -
                 RECFM(F,B)
   /*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014