| Note: Usage options |
The LOC_ENTRY command is used to locate the first entry in a list that satisfies a specified condition.
The list specified must be a working list (used to store information within a program). It is not possible to use the LOC_ENTRY command against a browse list (used for displaying information at a workstation).
Refer to the DEF_LIST command for more details of lists and list processing.
Optional LOC_ENTRY ---- IN_LIST --------- *FIRST --------------------------> >-- WHERE --------- 'condition' ----------------------> >-- RET_NUMBER --- *NONE ------------------------> >-- RET_STATUS ----- *STATUS ------------------------> >-- RET_ENTRY ------- *YES ----------------------------| |