M204.1574

From m204wiki
Jump to navigation Jump to search

M204.1574  End of file in file token

An end-of-file condition was detected when reading a VSAM file or sequential file in SOUL. The Read statement sets a $Status value of 1.

Response: The file must be repositioned with a Position statement or by closing and reopening the file prior to the next read of the file.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
NOTERMDoes not display the message on the user's terminal

Back to list of messages