Citación del post de
JuanJuan77
|
❞
Hola, necesito ayuda, alguna experiencia con este error?
Estoy usando powercobol 9
gracias!
|
Revisa los datos que tengas declarados como GLOBAL o EXTERNAL que coincidan todos.
4.3 Message Details
Cita:
|
❞
THE ERROR OCCURRED IN THE COBOL ERROR REPORT. '$1'
COBOL Error Report action
The COBOL Error Report terminates abnormally by aborting the affected application.
Programmer response
If $1 is 'INTERNAL ERROR =xxxx,' contact the technical support. "xxxx" denotes an internal error code (decimal).
If $1 is 'OUT-MEMORY,' one of the following conditions is conceivable:
Little memory available
Add to memory as needed.
Little virtual memory available
Add to virtual memory as needed.
Memory shared by a concurrently running application
Shut down the concurrently running application.
If $1 is SYSTEM ERROR=xxxx, it indicates an error code (hexadecimal) from the system and the meaning of the error code. Refer to "Appendix A System Error Codes" to determine the cause of the error and remove its cause.
|