Lists the Syntax Checking error messages from COBCH1241 through COBCH1260.
COBCH1241 srcテーブル長 > destテーブル長の場合、結果はBS2000と矛盾する
A table SORT containing a USING phrase gives different run-time results to Siemens BS2000 when there are more elements in the source table than can be contained in the destination table.
COBCH1245 大文字とする
A call to a COBOL run-time library routine (where the name begins CBL_) has been specified partly or all in lower case. This is not portable and will not work on operating systems where names are case-sensitive.
COBCH1246 1つまたは複数の作用対象がない。デフォルト値の 1 とする
A reference to a table item has fewer subscripts than dimensions. Additional subscripts are assumed, all taking the default value 1.