Multiple choice technology mainframe

What is the first field in a standard JCL statement?

  1. Operational

  2. Identifier

  3. Parameter

  4. Comment

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

The identifier (or name) field is the first field in a JCL statement, beginning with //. This field identifies the statement and gives it a name that can be referenced by other statements. It appears before the operation, parameter, and comment fields in the standard JCL statement structure.