Multiple choice technology mainframe

Name field is optional field. If coded should start at ? and field length ?

  1. 3,8

  2. 2,9

  3. 2,8

  4. 3,9

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

In JCL, the optional NAME field (used to name a job or step) must start at column 3 and can be up to 8 characters long. This is a standard JCL rule - the name field begins in column 3 (after the 2-character identifier like //) and extends to column 10, allowing for 8 characters.

AI explanation

In this record layout convention, the optional Name field, if coded, must begin at column 3 and can be up to 8 characters long — this matches the classic JCL statement field-position rules where column 1 is reserved for the // prefix and the name starts right after it at column 3. Any other starting column or length wouldn't align with how the parser reads the name field.