Top
NetCOBOL V11.0 Messages
FUJITSU Software

3.3.9 JMP0900 - JMP0999

0901

0902

0903

0904

0905

0930

0931

0932

0933

0934

0935

0936

0937

JMP0901I-E

FUNCTION $1 ERROR, ARGUMENT ABSOLUTE VALUE IS MORE THAN 3.53E+15.$2

System action

Returns 0, then continues processing.

Explanation

The name of the error function (SIN or COS) is written for $1.

The error address is set in $2.

Response

Specify the absolute value of the argument within the calculation enabled range, then re-execute.

JMP0902I-E

FUNCTION $1 ERROR, ARGUMENT ABSOLUTE VALUE IS MORE THAN 1.0. $2

System action

Returns 0, then continues processing.

Explanation

The name of the error function (ASIN or ACOS) is written for $1.

The error address is set in $2.

Response

Specify the absolute value of the argument that can be stored in the definition area, then re-execute.

JMP0903I-E

FUNCTION $1 ERROR, ARGUMENT VALUE IS OUT OF RANGE. $2

System action

Returns 0, then continues processing.

Explanation

The name of the error function (LOG, LOG10, ANNUITY, FACTORIAL, RANDOM, SQRT, or TAN) is written for $1.

The error address is set in $2.

Response

Specify the value of the argument that can be stored in the definition area, then re-execute.

JMP0904I-E

FUNCTION $1 ERROR, ARGUMENT VALUE IS INVALID. $2

System action

Returns 0, then continues processing.

Explanation

The name of the error function is written for $1.

The error address is set in $2.

Response

Specify the value of the argument that satisfies the condition of each function, then re-execute.

JMP0905I-E

FUNCTION ANNUITY ERROR, ARITHMETIC EXCEPTION. $1

System action

Returns 0, then continues processing.

Explanation

The error address is set in $1.

Response

Specify the value of the argument that satisfies the condition of each function, then re-execute.

JMP0930I-E/U

ERROR OCCURRED IN THE '$2' METHOD OF THE SPECIAL CLASS '$1'. SCODE=$3 $4 $5 $6

System action

If the severity code is E, the system continues processing.

If the severity code is U, the system abnormally terminates the program.

Explanation

The following information is set in $1 through $6:

  • $1 : Special class name

  • $2 : Method name

  • $3 : Error code of SCODE type posted from COM

  • $4 : The following cases are considered:

    EXCEPTION CODE=nnnn : Error code posted from the COM server

    EXCEPTION SCODE=XXXXXXXX (hexadecimal) : Error code of SCODE type posted from the COM server

  • $5 : The following cases are considered:

    DESCRIPTION=message : Detailed error message posted from the COM server

  • $6 : Error address

$4 and $5 are set only if an error occurs on the COM server. However, $5 is not set unless the COM server posts the detailed error message. See "Appendix A System Error Codes" and the on-line help or manual of the application (including the COM server).

Response

Eliminate the error cause according to the error message in $3 then re-execute the program.

JMP0931I-U

INSUFFICIENT STORAGE AVAILABLE FOR THE '$2' METHOD OF THE SPECIAL CLASS '$1'.$3

System action

Abnormally terminates the program .

Explanation

The error address is set in $3.

Response

For the cause and action to be taken, see "D.1 Virtual Memory Shortages". After the action is taken, allow the execution environment for method ($2) to acquire the area then re-execute the program.

JMP0932I-E/U

FAILURE IN $3 PARAMETER OF THE '$2' METHOD OF THE SPECIAL CLASS '$1'.$4 $5

System action

If the severity code is E, the system continues processing.

If the severity code is U, the system abnormally terminates the program.

Explanation

The following is set in $1 through $5:

  • $1 : Special class name

  • $2 : Name of the method with an incorrect parameter is specified.

  • $3 : Parameter specification (USING or RETURNING)

  • $4 : USING specified parameter error details

    'NUMBER' : The number of parameters is incorrect.

    PARAMETER=n : The n-th parameter is incorrect.

  • $5 : Error address

Response

Modify the program so that the parameter in the method ($2) indicated by the message will be an attribute usable in the special class and conform to the interface for the calling method then re-execute the program.

JMP0933I-E/U

TYPE CONVERSION ERROR OCCURRED IN $3 PARAMETER OF THE '$2' METHOD OF THE SPECIAL CLASS '$1'.$4 $5

System action

If the severity code is E, the system continues processing.

If the severity code is U, the system abnormally terminates the program.

Explanation

The following information is set in $1 through $5. See the on-line help or manual of the application (including the COM server).

  • $1 : Special class name

  • $2 : Name of the method whose the incorrect parameter attribute is specified

  • $3 : Parameter specification (USING or RETURNING)

  • $4 : USING specified parameter error details

    PARAMETER=n : The attribute of the n-th parameter is incorrect.

  • $5 : Error address

Response

Modify the program so that the parameter corresponding to the attribute for the parameter in the method ($2) for the COM server will be specified then re-execute the program.

JMP0934I-U

ERROR OCCURRED BY THE SPECIFICATION OF THE ELEMENT IN THE '$1' METHOD OF THE SPECIAL CLASS '*OLE-ARRAY'. $2

System action

Abnormally terminates the program.

Explanation

The error address is set in $2.

Response

Modify the program so that the parameter used to call the method for the *OLE-ARRAY class object will specify the element that does not conflict with the actual array then re-execute the program.

The possible causes are as follows:

  • The specified number of dimensions is incorrect.

  • The specified dimension size is incorrect.

JMP0935I-U

TOO MANY ITEMS WERE REGISTERED. SPECIAL CLASS=$1. $2

System action

Abnormally terminates the program.

Response

Correct the program so that the number of data items to register does not exceed the maximum allowed. Execute again.

  • Increase the maximum number of data items to register specified when the object of the special class ($1) is created. The number should be increased according to the number of data items to register.

  • Decrease the number of data items to register to the object of the special class ($1).

An error address is set to $2.

JMP0936I-U

SPECIAL CLASS '$1' CANNOT INVOKE IN MULTITHREAD MODE. $2

System action

Abnormally terminates the program.

Response

Correct the program or operating environment so that a class using COM can be used. Then rerun the program. $2 indicates an error address.

  • Correct the operating environment so that COM can be used in multithread mode.

  • Compile the COBOL program with the compiler option THREAD(SINGLE), then run it in single thread mode.

JMP0937I-U

INSUFFICIENT STORAGE AVAILABLE FOR TREATING THE SPECIAL CLASS '$1'. $2

System action

Forcibly terminates the program.

Response

For details about the cause and corrective action, refer to "D.1 Virtual Memory Shortages". Take corrective action, and then re-execute the program. Special class name is set in $1 and also the error address is set in $2.