Iniciar Sesión

Ver la Versión Completa : [Compilador] Error "Report"


JuanJuan77
1 de abril de 2022, 13:57
Hola, necesito ayuda, alguna experiencia con este error?

Estoy usando powercobol 9

gracias!

Kuk
1 de abril de 2022, 18:08
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 (https://software.fujitsu.com/jp/manual/manualfiles/m140007/b1wd3305/01enz200/b3305-00-04-03-00.html#JMW0005)


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.