Multiple choice technology mainframe

A DD statement has 2 types of parameters. Name them

  1. Positional, Keyword

  2. Keyword, Control

  3. Dynamic, Static

  4. Named, Dynamic

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

A DD statement in JCL has two types of parameters: Positional parameters (order matters, like ddname) and Keyword parameters (name=value pairs, like DISP or SPACE). Positional parameters must come before keyword parameters.