How many positional parameters are there in a JCL
B
Correct answer
Explanation
JCL statements like DD have two positional parameters that can be specified without keyword names. The first positional parameter is typically the dataset name (DSN), and the second is often the disposition (DISP). These positional parameters provide a shorthand for commonly-used parameters without requiring explicit keyword specification.