COBCH0691 同じプログラム内で COPY 文と修飾した COPY 文の両方を使用している
You have mixed two different copies of copylbr in the same program. You must not use COPY statements if some have qualification and some have not.
COBCH0700 関数の引数が誤った形式である
You have supplied an argument to an intrinsic function which is of the wrong format, for example INTEGER-OF-DAY requires a date of a certain format.