M204.0480: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add word)
 
Line 2: Line 2:
<p>
<p>
A backpage command of the form <var>P -<i>n</i></var> or <var>P +<i>n</i></var> was issued, but <var>[[NBKPG parameter|NBKPG]]</var> is 0, or the value of <var class="term">n</var> is invalid. The command is echoed in hex, so you can see exactly what was entered. For example, if <code>P -99</code> was issued but <var>NBKPG</var> is 50, then the following message would be issued:</p>
A backpage command of the form <var>P -<i>n</i></var> or <var>P +<i>n</i></var> was issued, but <var>[[NBKPG parameter|NBKPG]]</var> is 0, or the value of <var class="term">n</var> is invalid. The command is echoed in hex, so you can see exactly what was entered. For example, if <code>P -99</code> was issued but <var>NBKPG</var> is 50, then the following message would be issued:</p>
<p class="code">M204.0480: Invalid backpage: P -99(X'D74060F9F9')</p>  
<p class="code">M204.0480: Invalid backpage request: P -99(X'D74060F9F9')</p>  
<p>
<p>
<b>Response:</b> Correct the backpage command, or set <var>NBKPG</var> greater than 0.
<b>Response:</b> Correct the backpage command, or set <var>NBKPG</var> greater than 0.
</p>
</p>
{{Template:M204.0480 footer}}
{{Template:M204.0480 footer}}

Latest revision as of 20:50, 26 February 2018

M204.0480  Invalid backpage request: backPage

A backpage command of the form P -n or P +n was issued, but NBKPG is 0, or the value of n is invalid. The command is echoed in hex, so you can see exactly what was entered. For example, if P -99 was issued but NBKPG is 50, then the following message would be issued:

M204.0480: Invalid backpage request: P -99(X'D74060F9F9')

Response: Correct the backpage command, or set NBKPG greater than 0.

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

Back to list of messages