KEYED

KEYED is a file description attribute that indicates that records in a specified file may be accessed randomly. The KEYED attribute implies the RECORD attribute.

KEYED may be given in the declaration of a file constant or in an OPEN statement. It must not be specified in the declaration of a file variable.