COBCH1890 Record length of USING file > record length of SD.Truncation may occur at execution time.

When performing a SORT or MERGE operation, truncation may occur because the record length specified in the input file is greater than the record length specified in the sort file.
You should amend the record length of either the input file or the sort 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 が参照するファイルに記述した最大のレコード以下とする。