z/OS DFSMSdfp Utilities
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 4: Uncatalog Three Data Sets

z/OS DFSMSdfp Utilities
SC23-6864-00

In this example, three data sets, A.B.C.D.E.F.SET1, A.B.C.G.H.SET2, and A.B.I.J.K.SET3, are uncataloged.
  //DLTSTRUC JOB  ...
  //STEP1    EXEC PGM=IEHPROGM
  //SYSPRINT DD  SYSOUT=A
  //DD1      DD  UNIT=disk,VOLUME=SER=111111,DISP=OLD
  //SYSIN    DD  *
        UNCATLG   DSNAME=A.B.C.D.E.F.SET1
        UNCATLG   DSNAME=A.B.C.G.H.SET2
        UNCATLG   DSNAME=A.B.I.J.K.SET3
  /*
The control statements are discussed below:
  • The UNCATLG statements specify that data sets A.B.C.D.E.F.SET1, A.B.C.G.H.SET2, and A.B.I.J.K.SET3 are uncataloged.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014