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


Retrieving an Existing VSAM Data Set

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

To retrieve an existing VSAM data set, code a DD statement in the form:
   //ddname  DD   DSNAME=dsname,DISP=OLD
   or
   //ddname  DD   DSNAME=dsname,DISP=SHR

If SMS is active, you can pass VSAM data sets within a job. The system replaces PASS with KEEP for permanent VSAM data sets. When you refer to the data set later in the job, the system obtains data set information from the catalog. Without SMS you cannot pass VSAM data sets within a job.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014