Does anyone know how to compile a MIMS COBOL program so it will generate a line number in the error output when it aborts with a run time error 153 - Subscript out of range? I can see which program is failing but am unable to determine where.
I have tried tracing the program but the trace ends before the program aborts so it's not much help.
We are running 4.3 MIMS on HP UNIX, with Microfocus COBOL version v4.1.30-e
e.g.
error code: 153, pc=C4E58593, call=10, seg=0
153 Subscript out of range
The Microfocus doco says the line number will be listed after the seg=0
TIA
I have tried tracing the program but the trace ends before the program aborts so it's not much help.
We are running 4.3 MIMS on HP UNIX, with Microfocus COBOL version v4.1.30-e
e.g.
error code: 153, pc=C4E58593, call=10, seg=0
153 Subscript out of range
The Microfocus doco says the line number will be listed after the seg=0
TIA