COBCH1561 - COBCH1580
COBCH1561 から COBCH1580 までの構文エラー メッセージ一覧
COBCH1561SJVM サポートがみつからない: 使用されている JRE バージョンがサポート対象でない可能性がある
Trying to build a COBOL JVM project that targets a version of Java earlier than version 7 while having that version of Java installed in Eclipse.
COBCH1562 $ 構文が認識できない
Incorrect syntax has been specified after $ in a declaration statement for a Compiler directive.
COBCH1563 指令 %1$s は非推奨で、今後のリリースで削除される可能性がある
The specified Compiler directive has been deprecated and no longer has an effect on your source code.
COBCH1564 拡張メソッドの最初のパラメーターは BY VALUE で渡さなければならない
The first parameter passed to an extension method must be a value parameter, not reference parameter.
COBCH1565 含まれていないフィールド %1$s に NULL 値が設定されている
The NULL XFD Compiler directive has been set on a field that does not exist in the database.
COBCH1566 キーフィールド %1$s に NULL 値が設定されている
The NULL XFD Compiler directive has been set on a key field.
COBCH1567 VALUETYPE 定義には最低1個のインスタンスフィールドを指定する必要がある
A valuetype must have at least one instance field in its construction.
COBCH1568 VALUETYPE インスタンスフィールドには循環参照は指定できない
A field in a valuetype cannot specify a circular reference.
COBCH1569 ILPINVOKE ファイル '%1$s' をロードできない
The
.dll
file specified by the ILPINVOKE Compiler directive does not exist or cannot be located.
COBCH1570 End の名前 '%1$s' が対応するヘッダの名前と一致しない
The
Program-ID
marker and the
End Program
marker do not match.
COBCH1571 ILREF 指令の失敗 - ファイルが見つからない、またはアクセスエラー
COBCH1572 ILREF 指令に無効なタイプの名前がある
COBCH1573 ILREF 指令の失敗 - 無効または破損したクラスファイルフォーマット
COBCH1574 予約語がない - FROM または THROUGH が必要である
An expected reserved word is missing from a statement.
COBCH1575 SELF と SUPER は受け取り項目になることはできない
Incorrect syntax has been used.
COBCH1576 REFERENCE パラメーターはマネージ COBOL の関数ではサポートされない
An attempt to pass a parameter by reference into a function type has been made
COBCH1577 ILPINVOKE は JVMGEN 使用時にはサポートされない.
You cannot invoke a native COBOL
.dll
file when compiling to JVM COBOL.
COBCH1578 VALUETYPE インスタンスフィールドには VALUE は指定できない
An instance field in a valuetype cannot have a VALUE clause defined.
COBCH1579 VALUETYPE には明示的なパラメーター無しのコンストラクタを指定できない
Within a valuetype, you must pass a parameter into a constructor method.
COBCH1580 END マーカーが多すぎる
An END marker that has no corresponding definition has been found.
上位ヘルプ:
メッセージ COBCH1501 - COBCH1600