M204.1574: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (add <var>'s) |
||
Line 1: | Line 1: | ||
{{Template:M204.1574 skeleton}} | {{Template:M204.1574 skeleton}} | ||
<P> | <P> | ||
An end-of-file condition was detected when reading a VSAM file or sequential file in SOUL. The | An end-of-file condition was detected when reading a VSAM file or sequential file in SOUL. The <var>Read</var> statement sets a <var>$Status</var> value of 1. </P> | ||
<p> | <p> | ||
<b>Response:</b> The file must be repositioned with a <var>Position</var> statement or by closing and reopening the file prior to the next read of the file. </p> | <b>Response:</b> The file must be repositioned with a <var>Position</var> statement or by closing and reopening the file prior to the next read of the file. | ||
</p> | |||
{{Template:M204.1574 footer}} | {{Template:M204.1574 footer}} | ||
<!-- skeleton as it was in pdf/END OF FILE IN FILE name /--> | <!-- skeleton as it was in pdf/END OF FILE IN FILE name /--> |
Latest revision as of 01:04, 8 March 2018
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=0 | Sets online return code |
---|---|
RETCODEB=0 | Sets batch (single user) return code |
CLASS=I | Information class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter |
AUDITMS | Writes the message with line type MS to the audit trail |
NOCOUNT | Does not increment the error count (ERCNT) parameter |
NOTERM | Does not display the message on the user's terminal |