Top
NetCOBOL V11.0 Messages
FUJITSU Software

3.3.6 JMP0600 - JMP0699

0600

0601

0608

0609

0612

0613

0614

0615

0616

JMP0600I-I/U

INSUFFICIENT STORAGE AVAILABLE TO PERFORM SORT OR MERGE STATEMENT. $1

System action

Continues program processing if the severity code is I; aborts the program if the severity code is U. The severity code is determined as follows:

  • I : SORT-STATUS is referred to for file definition.

  • U : SORT-STATUS is not referred to.

Explanation

The error address is set in $1.

Response

For the cause and action to be taken, see "D.1 Virtual Memory Shortages". After the action is taken, re-execute the program.

JMP0601I-I/U

SORT OR MERGE STATEMENT ERROR.  $1. $2

System action

Continues program processing if the severity code is I; aborts the program if the severity code is U. The severity code is determined as follows:

  • I : SORT-STATUS is referred to for file definition.

  • U : SORT-STATUS is not referred to.

Explanation

The file information (file name or access name) or detailed information is output for $1. The error address is output for $2. Table below explains the values output for $1.

Values of detail information, meanings, and actions to be taken are listed in Table below.

Response

Eliminate the cause of the error according to the value output for $1, then re-execute.

Table 3.32 $1 of JMP0601I-I/U

$1

Description

Programmer Response

0

16 is set in the special register SORT-STATUS.

Check "how to use sort".

50

Memory is insufficient

Modify the environment to allocate enough memory (*1)

51

An error occurred during input processing for the record to be sorted.

If the same error occurs when the program is re-executed, a system error probably occurred. Collect the error information, then Contact Fujitsu Software Support.

52

Memory is insufficient.

Modify the environment to allocate enough memory. (*1)

53
54
56
59
62

An error occurred during input processing for the record to be sorted.

If the same error occurs when the program is re-executed, a system error probably occurred. Collect the error information, then Contact Fujitsu Software Support.

100

An error occurred in the sort-merge program.

101

An error occurred during input processing for the record to be sorted.

102

An error occurred during output processing for the record to be sorted.

103

An error occurred during input processing for the record to be merged.

110

The address of the record to be sorted could not be obtained.

111

The record length is invalid.

Check whether the record length complies with the COBOL specification.

112
113

An error occurred during input processing for the record to be sorted.

If the same error occurs when the program is re-executed, a system error probably occurred. Collect the error information, then Contact Fujitsu Software Support.

114

An error occurred during input processing for the record to be merged.

Correct the program so that it merges the records in the target file after sorting.

208

An error occurred when a temporary file (for sorting and merging) was opened.

The work area may be insufficient. Use environment variable BSORT_TMPDIR and specify a work folder.

Modify the environment to allocate a large enough temporary file. If the same error occurs when the program is re-executed, a system error probably occurred. Collect the error information, then Contact Fujitsu Software Support.

212

The size of the temporary file (for sorting and merging) is insufficient.

Modify the environment (e.g., hard disk) to allocate a large enough temporary file.

214

A temporary file (for sorting and merging) cannot be created.

Modify the environment (e.g., hard disk) to allocate a large enough temporary file.

224

An error occurred during write to a temporary file (for sorting and merging).

If the same error occurs when the program is re-executed, a system error probably occurred. Collect the error information, then Contact Fujitsu Software Support.

250

A sort-merge program error occurred.

Other

A PowerBSORT error occurred while using PowerBSORT.

Refer to "Error Detail Codes of BSORT Function (errdetail)" in the "PowerBSORT User's Guide"

*1 : For the action to be taken, see "D.1 Virtual Memory Shortages".

JMP0608I-I/U

RELEASE STATEMENT CANNOT BE EXECUTED IN OUTPUT PROCEDURE. $1

System action

Continues program processing if the severity code is I; aborts the program if the severity code is U. The severity code is determined as follows:

  • I : SORT-STATUS is referred to for file definition.

  • U : SORT-STATUS is not referred to.

Explanation

The error address is written for $1.

Response

Correct the program.

JMP0609I-I/U

RETURN STATEMENT CANNOT BE EXECUTED IN INPUT PROCEDURE. $1

System action

Continues program processing if the severity code is I; aborts the program if the severity code is U. The severity code is determined as follows:

  • I : SORT-STATUS is referred to for file definition.

  • U : SORT-STATUS is not referred to.

Explanation

The error address is written for $1.

Response

Correct the program.

JMP0612I-I/U

RETURN STATEMENT CANNOT BE EXECUTED AFTER AT END. $1

System action

Continues program processing if the severity code is I; aborts the program if the severity code is U. The severity code is determined as follows:

  • I : SORT-STATUS is referred to for file definition.

  • U : SORT-STATUS is not referred to.

Explanation

The error address is written for $1.

Response

Correct the program so that the RETURN statement is not executed after a file at end condition is produced.

JMP0613I-I/U

SORT/MERGE LIBRARY CANNOT BE LOADED. $1  $2  $3

System action

Continues program processing if the severity code is I; aborts the program if the severity code is U. The severity code is determined as follows:

  • I : SORT-STATUS is referred to for file definition.

  • U : SORT-STATUS is not referred to.

Explanation

The library file name is set in $1 and the error code is set in $2.

Refer to "Appendix A System Error Codes, and the on-line help of Microsoft Visual C++.

Note

If $1 and $2 are not output, confirm whether or not PowerBSORT is correctly installed. The error address is set in $3.

Response

Remove the cause of the error, then re-execute.

JMP0614I-I/U

SORT/MERGE STATEMENT CANNOT BE EXECUTED IN AN INPUT/OUTPUT PROCEDURE.$1

System action

Continues the program process if the severity code is I but terminates the program abnormally if the severity code is U.

The severity code is I if special register SORT-STATUS is referenced in the program. Otherwise, the severity code is U.

Explanation

The error address is set in $1.

Response

Modify the program so that the SORT statement or MERGE statement will not be executed while the input or output procedure described in the SORT or MERGE statement is in progress.

JMP0615I-I/U

THREAD SYNCHRONIZATION FAILED DURING THE SORT/MERGE STATEMENT. '$1'. $2

System action

Continues program processing if the severity code is I but terminates the program abnormally if the severity code is U. The severity code is I if special register SORT-STATUS is referenced in the program; otherwise, the severity code is U.

Response

Remove the cause of error while referring to the character string indicated in $1, then rerun the program. Table below provides explanations and responses of the character string indicated in $1. $2 indicates an error address.

Table 3.33 $1 of JMP0615I-I/U

$1

Description

Programmer Response

ABANDONED

The program in a thread terminated abnormally, and so lock ownership could not be released normally.

If a thread terminated abnormally immediately before this error, determine the cause of error and respond accordingly.

CODE = 0xXXXX

A system error code is indicated.

Determine the cause of error while referring to the explanation on the system error code, then respond accordingly.

JMP0616I-U

THREAD SYNCHRONIZATION FAILED. $1

System action

Abnormally terminates the program.

Response

An error was detected during thread synchronization. If the error occurs frequently, a system failure is assumed. Collect data and contact a supplier. $1 indicates an error address.