Multiple choice technology mainframe

U1006

  1. Executing with modules compiled both with RES and NORES

  2. COBOL sort failed.

  3. Subscript out of range

  4. Program didn't close a file before ending

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

The U1006 user abend code on IBM mainframe COBOL environments indicates that a subscript or index went out of range, typically detected when the program is compiled with the SSRANGE option.