Multiple choice technology mainframe

If you have to continue your parameters on to next line, which column should the parameter start in the next line?

  1. between 12 - 16 columns

  2. between 4 - 16 columns

  3. between 8 - 12 columns

  4. any where

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

When continuing JCL parameters on the next line, the parameter must start between columns 4 and 16 (inclusive). Column 3 contains the continuation character (usually // or -/), and the actual parameter content begins in columns 4-16. This is a standard JCL rule for continuation lines in mainframe job control.