COBOL Messages


LNC0279

%1 item specified in %2 clause cannot be a table element. Clause ignored.

20

Cause . . . . . : Subscripts are not permitted for:

CRT STATUS data-name

PROGRAM STATUS data-name

CURSOR IS data-name

RECORD keys

RELATIVE keys

FILE STATUS data-names

CONTROL-AREA data-names

LINAGE data-names

DEPENDING ON data-names

Recovery . . . : Specify a data-name that is not defined within a table.


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