Multiple choice technology mainframe

A DD statement has 2 types of parameters. Name them ?

  1. Keyword, Control

  2. Positional, Keyword

  3. Dynamic, Static

  4. Named, Dynamic

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

DD (Data Definition) statements in JCL have two parameter types: Positional parameters (identified by their position) and Keyword parameters (identified by their keyword names like DISP, SPACE, etc.). Keyword/Control, Dynamic/Static, and Named/Dynamic are not the correct classifications.