Multiple choice technology mainframe

What is the function of a DD statement ?

  1. Identifies & describes a datase

  2. Delimits a DO loop

  3. Marks the start of a declarative section

  4. Delimits the start of an inline include section

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The DD (Data Definition) statement's primary function is to identify and describe a dataset. It specifies dataset name, location, disposition, space allocation, and other attributes required for the job step to access the data. Options B, C, and D describe programming constructs or other JCL elements. DD statements are the link between job steps and datasets.