Previous topic |
Next topic |
Contents |
Glossary |
Contact z/OS |
PDF
JCL statements: What does the DD statement do? Reusable JCL collection |
|
Data definition (DD) statements define the data sets that a program or procedure uses when it runs. You must code one DD statement for each data set that is used or created within a job step. The order of DD statements within a job step is not usually significant. This JCL example illustrates the format of a DD statement:
//PAY DD DSN=HLQ.PAYDS,DISP=NEW VENDOR PAYROLL
A DD statement describes a data set extensively, and can include the following
information:
You also can use DD statements to request I/O devices or specify storage allocation for new data sets. |
Copyright IBM Corporation 1990, 2010
|