Multiple choice technology mainframe

If STOP RUN is not coded in the program,

  1. Abend with S806

  2. Abend with U4095

  3. Abend with U4038

  4. Abend with S322

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

When STOP RUN is not coded in a COBOL program, it abends with U4038, which indicates an abnormal termination due to missing explicit program exit. This is a COBOL runtime error.