How do you code instream data in a JCL
-
a) //SYSIN DD*
-
b) //SYSIN DD *
-
c) Both a and b
-
d) Neither of the above
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.