Multiple choice technology mainframe

'DD STATEMENT MISSING' message will normally result in JOB Abend.

  1. True

  2. False

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

A missing DD statement means a referenced data definition is not found, which is a critical JCL error. This causes the job to abend (terminate abnormally) because the system cannot resolve the required data set allocation.