Multiple choice technology mainframe

How many types of JCL parameters exists?

  1. 4

  2. 3

  3. 2

  4. 5

Reveal answer Fill a bubble to check yourself
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.