M204.2969

From m204wiki
Revision as of 02:52, 22 June 2018 by Alex (talk | contribs) (Created page with "{{Template:M204.2969 skeleton}} <p> A table B scan would exceed the setting of <var>MBSCAN</var> so the request is cancelled. </p> <p> <b>Response:</b> Correct the <var>Find</...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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