Multiple choice technology mainframe

What is the function of a DD statement ?

  1. Identifies & describes a dataset

  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

In JCL (Job Control Language), the DD (Data Definition) statement is used to identify and describe a dataset. It specifies the dataset's name, organization (sequential, VSAM, etc.), record format, block size, and other physical characteristics. The DD statement tells the system what resources the job step needs. Options B, C, and D refer to other JCL or programming constructs unrelated to dataset definition.