Multiple choice technology mainframe

How do you code instream data in a JCL

  1. a) //SYSIN DD*

  2. b) //SYSIN DD *

  3. c) Both a and b

  4. d) Neither of the above

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

In JCL, instream data is defined using the DD statement followed by a space and an asterisk, i.e., //SYSIN DD *. Option 'a' lacks the required space between the DD keyword and the asterisk, which violates JCL syntax rules.