Top
NetCOBOL V11.0 Messages
FUJITSU Software

Chapter 1 Messages Output by WINCOB and Compile Commands

This section explains the messages written by the WINCOB and compile commands, the action taken by the system, and appropriate programmer responses. Variable character strings are expressed as $s in the messages below.

Note

WINCOB is a peculiar function for [Win32].

'$s' is an invalid as source file name.

System action

Compilation terminated.

Response

Specify the correct file name, then re-execute.

An invalid sub option is specified for '$s'.

System action

Compilation terminated.

Response

Specify the correct sub-option, then re-execute.

Source file name is missing.

System action

Compilation terminated.

Response

Specify the name of the file to be compiled, then re-execute.

$s is not COBOL97 Compiler options.

System action

Compilation terminated.

Response

Specify the correct option, then re-execute.

Argument of $s is not specified.

System action

Compilation terminated.

Response

Specify the argument for the option ($s) correctly, then re-execute.

'$s' is not found.

System action

Compilation terminated.

Response

Specify the correct file name, then re-execute. The file name is written for $s.

System error '$s1' occurred on '$s2'.

System action

Terminates compilation abnormally.

Response

Check and eliminate the cause of the error. System error code errno=0xXXX (expressed in hexadecimal) is written for $s1. The name of the processing in which the system error occurred is written for $s2.

Repository is invalid. Compilation terminated.

System action

Terminates compilation abnormally.

Response

Confirm that the compiler is installed correctly.

An invalid argument is specified for '$s'.

System action

Compilation terminated.

Response

Option file is invalid. Correct the option file and re-execute. Refer to "-i (Specify an option file)" in "Compiling Programs" of the "NetCOBOL User's Guide".

Insufficient memory for the compilation. Compilation terminated.

System action

Compilation terminated.

Response

There is not enough memory to compile. When multiple applications are run at the same time, shut them down and re-compile them. Or, increase virtual memory. Or, Install more memory.