Which of the following is true ?
Reveal answer
Fill a bubble to check yourself
Which of the following is true ?
Under no circumstances must a DD statement precede an EXEC statement.
The OPERATION JOB can be coded in position 4.
An OPERATION can be coded beyond position 72, as long as it starts before position 72.
A JCL OPERATION must be followed and preceded by at least one blank.
In JCL, operations must be followed and preceded by at least one blank (D is true) for proper parsing. Statement A is false - DD statements can precede EXEC statements in certain contexts like instream procedures. Statement B is false - 'JOB' is not an OPERATION keyword (it's a statement). Statement C is false - JCL operations cannot extend beyond position 72 as that's the record boundary.