Multiple choice technology mainframe

If a STOP RUN or GO BACK statement is not present in the program, the job will abend

  1. True

  2. False

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

In COBOL, if there is no terminating statement like STOP RUN, GOBACK, or EXIT PROGRAM, the program control will fall through the end of the code, which can result in unpredictable behavior or a step abend.