COBCH1601 - COBCH1620
COBCH1601 から COBCH1620 までの構文エラー メッセージ一覧
COBCH1601 プロパティにはパラメーターを定義できない
The Procedure Division header within a property-id has parameters specified.
COBCH1602 インデクサーには少なくとも1個のパラメーターが必要である
The Procedure Division header within an indexer-id does not have a parameter specified.
COBCH1603 '%1$s' には適切なシグネチャのあるインデクサーが見つからない
An instance of a type that does not contain an indexer is being accessed as an array.
COBCH1604 インタフェース '%1$s' からは継承できない
The interface that you are trying to inherit does exist, but there is a problem with its construction.
COBCH1605 エントリ名 '%1$s' は Micro Focus の予約語である
The specified entry point name is reserved for managed COBOL syntax.
COBCH1606 構文は LIST と DICTIONARY 項目でのみ使用できる
Certain syntax can only be used on items of type LIST or DICTIONARY.
COBCH1607 構文は LIST 項目でのみ使用できる
Certain syntax can only be used on items of type DICTIONARY.
COBCH1608 ここでは USAGE は使用できない
The specified USAGE type has been used out of context.
COBCH1609 GETTER/SETTER の可視性はプロパティまたはインデクサーの可視性よりも限定する必要がある
The visibility of a GETTER or SETTER phrase is not as strict as the visibility of its containing property.
COBCH1610 GETTER と SETTER の両方の可視性は指定できない
Both the GETTER and SETTER phrases of a property specify visibility.
COBCH1611 プロパティに GETTER と SETTER の両方がある場合はアクセサーの可視性だけを指定可能である
The property is missing a GETTER or SETTER phrase due to accessor visibility being specified.
COBCH1612 ACU PICTURE 文字列はサポートされない
You have specified an invalid picture string, for example, a mixture of symbols specified for zero suppression.
COBCH1613 構文エラー。%1$s は指定できない
A general syntax error has occurred.
COBCH1614 INSPECT TRAILING でマッチさせる項目は、単一文字の項目でなければならない
You have specified an invalid TRAILING item in the INSPECT statement; you must specify a single character item.
COBCH1615 ACU 構文 COPY RESOURCE はサポートされない。この構文を無視する
The COPY RESOURCE statement is not supported in this COBOL system.
COBCH1616 入れ子のクラスの中でのみ使用可能である
You have attempted to use nested-specific syntax in a class that is not nested.
COBCH1617 WITH COMPRESSION または WITH ENCRYPTION は DATACOMPRESS がオフの ACU モードでのみサポートされる
You have specified the WITH COMPRESSION or WITH ENCRYPTION phrase on a file in a program that also has the DATACOMPRESS Compiler directive set.
COBCH1618 WITH COMPRESSION または WITH ENCRYPTION は INDEX ファイルでのみ有効である
You have specified the WITH COMPRESSION or WITH ENCRYPTION phrase on a file that is not an indexed file.
COBCH1619 1個の汎用パラメーターが必要である
The predefined LIST type must be specified with one generic parameter.
COBCH1620 2個の汎用パラメーターが必要である
The predefined DICTIONARY type must be specified with two generic parameters.
上位ヘルプ:
メッセージ COBCH1601 - COBCH1700