Previous Topic: 7D6ENext Topic: 7FEE


7D7E

File “<fn ft fm>“, filedef “<ddname>“, lrecl “<num1>“ exceeds maximum of “<num2>“

Reason

The logical record length value of <num1> specified on the FILEDEF for file <ddname> exceeds the maximum length of <num2> supported for this file.

<fn ft fm>

The file ID of an input file.

<ddname>

The ddname used in the CMS FILEDEF command to identify a file.

<num1>

The logical record length value specified on the FILEDEF for file ddname

<num2>

The largest record length supported for this file.

Action

Reenter the FILEDEF command specifying a correct logical record length (lrecl) value or leaving the lrecl value undefined (the module assumes a valid default). Try the command again.