M204.1041: 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.1041 skeleton}}
{{Template:M204.1041 skeleton}}
<P>
<P>
You issued the MORE command to begin a SOUL request continuation. However, there is nothing to continue, probably for one of the following reasons: </P>
You issued the <var>MORE</var> command to begin a SOUL request continuation. However, there is nothing to continue, probably for one of the following reasons: </P>
<ul>
<ul>
<li>You have not issued a BEGIN command. </li>
<li>You have not issued a <var>BEGIN</var> command. </li>
<li>Your previous request did not end with END MORE. </li>
<li>Your previous request did not end with <var>End More</var>. </li>
<li>You issued after your last request a command that cancels an earlier END MORE. </li>
<li>You issued after your last request a command that cancels an earlier <var>End More</var>. </li>
</ul>
</ul>
<p>
<p>
<b>Response:</b> Correct the error, and rerun your previous request. </p>
<b>Response:</b> Correct the error, and rerun your previous request.  
</p>
{{Template:M204.1041 footer}}
{{Template:M204.1041 footer}}
<!-- skeleton as it was in pdf/MORE IS INVALID -- IGNORED /-->
<!-- skeleton as it was in pdf/MORE IS INVALID -- IGNORED /-->

Latest revision as of 18:19, 2 March 2018

M204.1041  More is invalid -- ignored

You issued the MORE command to begin a SOUL request continuation. However, there is nothing to continue, probably for one of the following reasons:

  • You have not issued a BEGIN command.
  • Your previous request did not end with End More.
  • You issued after your last request a command that cancels an earlier End More.

Response: Correct the error, and rerun your previous 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
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages