Previous Page | Next Page

Allocating External Files

Using the JCL DD Statement to Allocate External Files

The syntax of the JCL DD statement is

//ddname DD DSN=data-set-name,options
options include options such as file disposition as well as options that describe the format of the file.

Here are some examples:

For complete information about the JCL DD statement, see the appropriate JCL User's Guide and JCL Reference for your OS level.

Previous Page | Next Page | Top of Page