Top
NetCOBOL V11.0 Messages
FUJITSU Software

3.3.5 JMP0400 - JMP0499

0400

0410

0420

JMP0400I-U

ACCESS ENVIRONMENT ERROR OCCURRED. SYS=$1,FILE=$2,BLK=$3,$4=$5

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

STOP RUN STATEMENT MUST NOT BE EXECUTED USING JMPCINT2.

System action

Abnormally terminates the program.

Response

Replace the STOP RUN statement in the application program with the EXIT PROGRAM statement.

JMP0420I-I

CANNOT OBTAIN WINDOW HANDLE.  '$1'.$2

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.

Table 3.31 $1 of JMP0420I-I

$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.