z/OS DFSMSdss Storage Administration
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example of a CONSOLIDATE operation

z/OS DFSMSdss Storage Administration
SC23-6868-01

This example shows a CONSOLIDATE operation. All eligible data sets on the volume identified by the DASD DD statement are to be filtered using the specified INCLUDE and EXCLUDE criteria. Data sets that satisfy this filtering criteria are processed.

//JOB1     JOB   accounting information,REGION=nnnnK
//STEP1    EXEC  PGM=ADRDSSU
//SYSPRINT DD    SYSOUT=A
//DASD     DD    UNIT=3390,VOL=(PRIVATE,SER=111111),DISP=OLD
//SYSIN    DD    *

  CONSOLIDATE DATASET(INCLUDE(**) -
     EXCLUDE(USER2.**.LIST,*.LOAD)) -
     PHYSINDDNAME(DASD)
/*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014