COBCH0109 段落か句に順序の誤りまたは重複がある
You have either specified paragraphs in the wrong order, or a paragraph twice, or SPECIAL-NAMES clauses in a nonstandard order.
COBCH0116 ALPHABET 句に同じ文字が2回指定されている
You have specified at least one character twice in the ALPHABET clause. For example, you might have included a character in a range and also specified it as a literal.
COBCH0119 CRT が必要である
You have used a COBOL word or user-defined word where your COBOL system expected the reserved word CRT.
COBCH0120 無効な通貨編集用文字である
The literal which you have specified in the CURRENCY SIGN IS clause in the SPECIAL-NAMES paragraph of your program is not one of those permitted under the rules of COBOL syntax, or if it is then you have failed to enclose it in quotation marks. The literal must be a single character, not a digit, and cannot be any of the following, A B C D L P S V X Z * + - , . ; ( ) " / = or space (except in ANS85 where L is valid).