Previous Topic: CALC226ENext Topic: CALC228E


CALC227E

Key field must be defined as record field

Reason:

A field specified on the KEY= parameter of a FILE statement is not contained within the record area for that file. Key fields must be defined within the record area for the specified file. They may not be defined in the working-storage area.

Action:

Specify the field within the record that contains the key.