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