M204.1574: Difference between revisions

From m204wiki
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 READ statement sets a <var>$Status</var> value of 1. </P>
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=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