JMP0400I-U
System action
Abnormally terminates the program.
Explanation
A system error probably occurred. The following information is written for $1 to $5:
$1 : Error information from the system, or the character string NONE if the system sends no error information
$2 : System information
$3 : Control block address at which the error was detected
$4 : ERR or REQ
$5 : The following is set as the internal error information:
If $4 is ERR : Error-detected location
If $4 is REQ : Processing code
Response
Collect the error information, then Contact Fujitsu Software Support.
JMP0410I-U
System action
Abnormally terminates the program.
Response
Replace the STOP RUN statement in the application program with the EXIT PROGRAM statement.
JMP0420I-I
System action
Returns -1.
Explanation
The character string indicating the error information is output in $1. Table below lists the strings that can be output to $1.
Response
Eliminate the cause of the error, then re-execute.
$1 | Description | Programmer Response |
---|---|---|
ACC-ERROR | A window handle allocation error occurred. | Check for and eliminate the cause of the error according to the FORM RTS code written for $2. (*1) |
INV-ENV | An operating environment error occurred. | Check the COBOL operating environment. |
INV-KIND | The file type corresponding to the specified file-identifier is invalid. | Specify the presentation file-identifier. |
NON-FILE | The file corresponding to the specified file-identifier does not exist. | Specify the file-identifier correctly, or check if the file was opened normally. |
*1 : Refer to the FORMRTS online manual.