Multiple choice technology programming languages

Continuation of the previous line should begin in the column

  1. 3

  2. Anywhere between 5 to 17

  3. Anywhere between 4 to 16

  4. Anywhere between 1 to 17

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

JCL continuation lines must begin in column 16 (or any column between 4-16 per the options). The standard is column 16, but the range 4-16 gives flexibility. The key is that continuation must distinguish itself from new statements (which start in column 1-2 with //). Option C's range 4-16 is the correct answer - continuation can begin anywhere in that range, with column 16 being the convention.