M204.2969: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
m (add link)
 
Line 1: Line 1:
{{Template:M204.2969 skeleton}}
{{Template:M204.2969 skeleton}}
<p>
<p>
A table B scan would exceed the setting of <var>MBSCAN</var> so the request is cancelled.
A Table B scan would exceed the setting of <var>[[MBSCAN parameter|MBSCAN]]</var>, so the request is cancelled. </p>
</p>
<p>
<p>
<b>Response:</b> Correct the <var>Find</var> statement at the line indicated by the following [[M204.2966]] message (hopefully available) or increase <var>MBSCAN</var> to tolerate the number of scanned records if reasonable.  
<b>Response:</b> Correct the <var>Find</var> statement at the line indicated by the following [[M204.2966]] message (hopefully available), or increase <var>MBSCAN</var> to tolerate the number of scanned records, if reasonable.  
</p>
</p>
{{Template:M204.2969 footer}}
{{Template:M204.2969 footer}}

Latest revision as of 19:24, 25 June 2018

M204.2969  MBSCAN (mbscan) exceeded​,​ records to be searched ​=​ number

A Table B scan would exceed the setting of MBSCAN, so the request is cancelled.

Response: Correct the Find statement at the line indicated by the following M204.2966 message (hopefully available), or increase MBSCAN to tolerate the number of scanned records, if reasonable.

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