COBOL Messages


LNC1172

FILE STATUS name %1 must be defined as %2 character alphanumeric or numeric item. Clause ignored.

30

Cause . . . . . : The FILE STATUS name %1 must be defined in the Data Division as either: 1) a %2 character alphanumeric item; or 2) a %2 character numeric item that is an unsigned integer with explicit or implicit USAGE IS DISPLAY.

Recovery . . . : Define the indicated FILE STATUS name as an alphanumeric item or an unsigned integer numeric item with the specified character length.


[ Top of Page | Previous Page | Next Page | Table of Contents ]