COBCH1891 Record length of SD > record length of GIVING file.Truncation may occur at execution time.

When performing a SORT or MERGE operation, truncation may occur because the record length specified in the sort file is greater than the record length specified in the output file.
You should amend the record length of either the sort file or the output file, as stated in the syntax rules for the SORT and MERGE statements.The SORT statement rule reads:
  • USING を指定し、file-name-1 が参照するファイルに可変長レコードが含まれている場合、file-name-2 が参照するファイルに含まれるレコードのサイズは、最小レコード以上とし、file-name-1 に記述した最大のレコード以下とする。file-name-1 が参照するファイルに固定長レコードが含まれている場合、file-name-2 が参照するファイルに含まれるレコードのサイズは、file-name-1 が参照するファイルに記述した最大のレコード以下とする。