How many types of JCL parameters exists?
C
Correct answer
Explanation
JCL parameters are classified into two main types: positional parameters (identified by their position in the parameter list) and keyword parameters (identified by their keyword name). Positional parameters must appear in a specific order and are separated by commas, while keyword parameters can appear in any order as they are named.