Messages are listed in numeric order.
JMW0001I-I
COBOL Error Report action
The COBOL Error Report writes the status of the application to a report file and writes the status of the memory to a dump file.
Programmer response
Refer to the report file to remove the cause of the error.
$1 : the file name of the application file in which the error occurred
$2 : the time at which the error occurred
$3 : an error type
$4 : an error code
$5 : the report file name
$6 : the dump file name
Either 'APPLICATION ERROR' (application error) or 'COBOL RUN-TIME MESSAGE' (run-time message) is indicated as the error type. For an application error, an exception code and a character string denoting the exception code are generated as an error code; and for a run-time message, a run-time message body is generated. When the occurring error is an object of the dump output, the dump file name is output.
Refer to "COBOL Error Report overview" in the "NetCOBOL Debugging Guide."
JMW0002I-E
COBOL Error Report action
The COBOL Error Report continues with its processing by generating a message.
Programmer response
Remove the cause of the error.
$1 : the file name of the application file in which the error occurred
$2 : the time at which the error occurred
$3 : an error type
$4 : an error code
$5 : the cause to which an error report is not output
$6 : the cause to which a dump is not output
Either 'APPLICATION ERROR' (application error) or 'COBOL RUN-TIME MESSAGE' (run-time message) is indicated as the error type. For an application error, an exception code and a character string denoting the exception code are generated as an error code; and for a run-time message, a run-time message body is generated. When the occurring error is an object of the dump output, the cause to which the dump cannot be output is output.
Refer to "COBOL Error Report overview" in the "NetCOBOL Debugging Guide."
JMW0003I-W
COBOL Error Report action
The COBOL Error Report continues with its processing by ignoring the specified start parameter ($1).
Programmer response
Specify the valid start parameter.
JMW0004I-W
COBOL Error Report action
The COBOL Error Report continues with its processing by writing a message box or event log to the local computer.
Programmer response
Check the output destination ($2) and the computer name ($1) specified in the environment variable information @CBR_JUSTINTIME_DEBUG. Either 'MESSAGE BOX' (message box) or 'EVENT LOG' (event log) is generated as an output destination.
Verify the validity of the computer name. Correct as required.
Check to see if the specified computer is active. If inactive, turn on the computer.
Refer to "@CBR_JUSTINTIME_DEBUG" in Chapter 5 of the "NetCOBOL User's Guide."
JMW0005I-U
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.
JMW0006I-U
COBOL Error Report action
The COBOL Error Report terminates abnormally by continuing the application.
Programmer response
The $2 indicates the system error code (hexadecimal). The $1 indicates the meaning of the error code.
[Win32] If the COBOL Error Report was started for applications that do not respond, check that the process ID specified in the start parameter -p is correct.
Set "NO" to the environment variable @CBR_JUSTINTIME_DEBUG, and execute again. The error message that became a chance that COBOL Error Report starts is displayed, and deal referring to the error message.
Refer to "@CBR_JUSTINTIME_DEBUG" in Chapter 5 of the "NetCOBOL User's Guide."
JMW0007I-U
COBOL Error Report action
The COBOL Error Report outputs the message and terminates abnormally.
Programmer response
Set "NO" to the environment variable @CBR_JUSTINTIME_DEBUG, and execute again. The error message that became a chance that COBOL Error Report starts is displayed, and deal referring to the error message.
Refer to "@CBR_JUSTINTIME_DEBUG" in Chapter 5 of the "NetCOBOL User's Guide."
JMW0008I-I
COBOL Error Report action
The COBOL Error Report generates the status of the application in the report file.
Programmer response
Check the report file and remove the cause of the error. The $1 indicates the report file name.
JMW0009I-E
COBOL Error Report action
The COBOL Error Report outputs the message and continues processing.
Programmer response
Remove the cause of output failure. The $1 is a character string in the format shown below. The system error code is a hexadecimal value.
'SYSTEM ERROR = system error code (error code meaning)'
Specify a folder to which you have access rights in the start parameter "-r" when the cause of the report file failure is: 'SYSTEM ERROR = 0x00000005 (Access is denied.)'
Refer to "Start parameter" in the "NetCOBOL Debugging Guide."
JMW0010I-I
COBOL Error Report action
The COBOL Error Report writes historical information concerning the overwritten area in the report file.
Programmer response
Check the report file and remove the cause of the area destruction. The $1 indicates the name of the created report file.
JMW0011I-E
COBOL Error Report action
The COBOL Error Report outputs the message and continues processing.
Programmer response
Remove the cause of output failure. The $1 is a character string in the format shown below. The system error code is a hexadecimal value.
'SYSTEM ERROR = system error code (error code meaning)'
Specify a folder to which you have access rights in the start parameter "-r" when the cause of the report file output failure is: 'SYSTEM ERROR = 0x00000005 (Access is denied.)'
Refer to "Start parameter" in the "NetCOBOL Debugging Guide."
JMW0012I-U
COBOL Error Report action
The COBOL Error Report outputs the message and terminates abnormally.
Programmer response
Use the start parameter "-w" to specify the watch area address in environment variable @CBR_ATTACH_TOOL. Then, execute again.
JMW0013I-W
COBOL Error Report action
Though the COBOL Error Report made the report file, it failed in the dump file creation. The message is output, and processing is continued.
Programmer response
Remove the cause to which the dump file is not output.
$1 : the file name of the application file in which the error occurred
$2 : the time at which the error occurred
$3 : an error type
$4 : an error code
$5 : the report file name
$6 : the cause to which dump file is not output
Either 'APPLICATION ERROR' (application error) or 'COBOL RUN-TIME MESSAGE' (run-time message) is indicated as the error type. For an application error, an exception code and a character string denoting the exception code are generated as an error code; and for a run-time message, a run-time message body is generated.
JMW0014I-W
COBOL Error Report action
Though the COBOL Error Report made the dump file, it failed in the report file creation. The message is output, and processing is continued.
Programmer response
Remove the cause to which the report file is not output.
$1 : the file name of the application file in which the error occurred
$2 : the time at which the error occurred
$3 : an error type
$4 : an error code
$5 : the cause to which an error report is not output
$6 : the dump file name
Either 'APPLICATION ERROR' (application error) or 'COBOL RUN-TIME MESSAGE' (run-time message) is indicated as the error type. For an application error, an exception code and a character string denoting the exception code are generated as an error code; and for a run-time message, a run-time message body is generated.
JMW0015I-W
COBOL Error Report action
A COBOL Error Report and dump file were created, but failed to delete the oldest dump file dump to the output folder. A message is output, and processing continues.
Programmer response
Remove the cause to which the dump file is not delete.
$1 : the file name of the application file in which the error occurred
$2 : the time at which the error occurred
$3 : an error type
$4 : an error code
$5 : the report file name
$6 : the dump file name
$7 : the dump file name that failed to delete
Either ‘APPLICATION ERROR’ (application error) or ‘COBOL RUN-TIME MESSAGE (run-time message) is indicated as the error type. For an application error, an exception code and a character string denoting the execution code are generated as an error code, and for a run-time message, a run-time message body is generated.
JMW0099I-U
COBOL Error Report action
Though the COBOL Error Report generated the dump file, the report file creation failed. The message is output, and processing is continued.
Programmer response
Remove the cause.
$1 : the file name of the application file in which the error occurred
$2 : the module name of the application file in which the error occurred
$3 : the position in which the error occurred
$4 : an exception code