Find is a command option for the AccessExt command. The command required to locate and read a record from the database. The data in the record is not directly available to commands.
<Find> := FIND “<FindExpression>”
The expression is a string not exceeding 150 characters (anything longer than 150 characters, inclusive of both parameter string and text, will be truncated) that contains a valid DMINTERPRETER DBVERB Search command.
<FindExpression> := [ FIRST | LAST | NEXT | PRIOR ] { database | dataset | index } [ expression | link ]
The semantics of the Find literal command are described in the A Series DMS II Interpretive Interfaces.