COBOL プリプロセッサ エラー メッセージ
注:
COBOL プリプロセッサはネイティブ COBOL 用にのみサポートされます。
エラー メッセージの説明、エラーの原因、および対処法については、次の番号をクリックしてください。
COBCP001 Undefined internal error - contact Technical Support
An internal processing error occurred.
COBCP101 Illegal command line
One or more directive was rejected.
COBCP103 Open fail: filename
CP was unable to find the source file.
COBCP104 Open fail: filename
CP was unable to create a trace file.
COBCP105 Call to stacked preprocessor name failed
The preprocessor specified using the CP directive PREPROCESS could not be found.
COBCP106 Stacked preprocessor returned an error
The stacked preprocessor failed to initialise correctly
COBCP107 Unable to open a heap
An internal error prevented a heap from being opened.
COBCP200 Internal stack full - contact your support representative
An internal processing error occurred.
COBCP201 File error - contact Technical Support
An internal processing error occurred.
COBCP202 Copybook filename not found
A COPY statement referenced a file that could not be located.
COBCP203 Nested REPLACING is not allowed
A COPY REPLACING statement was found while another was still being processed.
COBCP204 Statement begins in wrong area of source
The statement starts either in area A when it should have started in area B, or in area B when it should have started in area A.
COBCP205 HTML splitter error err-code
An internal processing error occurred on an EXEC HTML statement.
COBCP206 Bad format of COPY statement - COPY ignored
A COPY statement was incorrectly constructed, for example, not followed by a period.
COBCP207 REPLACE results will not be sent to any other preprocessors
上位ヘルプ:
Integrated Preprocessor Interface