M204.1573

From m204wiki
Jump to navigation Jump to search

M204.1573  File token not positioned before Read Next

A SOUL Read Next statement was executed before a Position statement defined the current position in the file. A Position statement is required if the last read returned an end-of-file indication or if the last Read statement executed has a Key clause. The Read statement sets a $Status value of 2.

Response: Be sure the Position statement is executed to establish which record is to be read next. Retry the request.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITERWrites the message with line type ER to the audit trail
CANCELCancels the user's request
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages