M204.1573: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add link)
 
Line 1: Line 1:
{{Template:M204.1573 skeleton}}
{{Template:M204.1573 skeleton}}
<P>
<P>
A SOUL <var>Read Next</var> statement was executed before a <var>Position</var> statement defined the current position in the file. A <var>Position</var> statement is required if the last read returned an end-of-file indication or if the last
A SOUL <var>[[Images#Read_Image_statement|Read Next]]</var> statement was executed before a <var>Position</var> statement defined the current position in the file. A <var>Position</var> statement is required if the last read returned an end-of-file indication or if the last
<var>Read</var> statement executed has a <var>Key</var> clause. The <var>Read</var> statement sets a <var>$Status</var> value of 2. </P>
<var>Read</var> statement executed has a <var>Key</var> clause. The <var>Read</var> statement sets a <var>$Status</var> value of 2. </P>
<p>
<p>
<b>Response:</b> Be sure the <var>Position</var> statement is executed to establish which record is to be read next. Retry the request. </p>
<b>Response:</b> Be sure the <var>Position</var> statement is executed to establish which record is to be read next. Retry the request.  
</p>
{{Template:M204.1573 footer}}
{{Template:M204.1573 footer}}
<!-- skeleton as it was in pdf/FILE name NOT POSITIONED BEFORE READ NEXT /-->
<!-- skeleton as it was in pdf/FILE name NOT POSITIONED BEFORE READ NEXT /-->

Latest revision as of 15:05, 19 June 2018

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