Maximum record size for file %1 is %2.
0
Cause . . . . . : As COBOL permits, you have not specified the maximum record length for file %1 in the RECORD IS VARYING clause. The maximum record size for the file is %2, for record description %3.
Recovery . . . : No action required.