This is for IBM mainframe COBOL OS/390
One of the programmers here has a very large program they're trying to compile. They get the compiler error message
IGYAS55092-U Overflow occurred on table "TRQB"
The line number it points to is a PERFORM statement. I've never seen this message before. I was looking at an IBM manual and it said I could create a program called ERRMSG and compile it to get all the error messages. That's all it does is print off all of the error messages - no explanation.
Do you know what this means or is there a manual somewhere that explains what the compile messages mean?
One of the programmers here has a very large program they're trying to compile. They get the compiler error message
IGYAS55092-U Overflow occurred on table "TRQB"
The line number it points to is a PERFORM statement. I've never seen this message before. I was looking at an IBM manual and it said I could create a program called ERRMSG and compile it to get all the error messages. That's all it does is print off all of the error messages - no explanation.
Do you know what this means or is there a manual somewhere that explains what the compile messages mean?