Previous Topic: Return Code 92 - SET SELECTION INTERRUPTNext Topic: Return Code 94 - GENERAL ERROR INDICATOR


Return Code 93 - ATTEMPT TO POSITION PAST END/BEG-OF-SET

Reason:

The skip-count value is greater than the number of records remaining.

Action:

See the following internal return code for details.

Return Code 93 Internal Return Codes

Dec

Hex

M

B

Explanation

User Response

118

76

N

N

This warning indicates that a skip-count greater than the number
of records remaining was specified with the SELNR command. If a SKIP-CNT greater than +1 (-1)
causes positioning past end-of-set
(or beginning-of-set), then the last (first) record is returned with this code. Subsequent attempts to position beyond the end/beginning
of the set invoke return code 14.
The work area is not changed and prerequisites are maintained.

Alter the program to avoid this condition.