M204.1110

From m204wiki
Revision as of 04:18, 1 March 2018 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.1110  QTBL​,​ LQTBL​=​value - too small for selective type display

If token0 is USER DISPLAY, you issued the MONITOR command specifying a selected list of users (for example, MONITOR (1,3,5) STATISTICS). When a list of users is specified, the MONITOR command processor uses QTBL to determine which users to display statistics for. This requires that the product of the length of QTBL (LQTBL) and 16 be at least as large as the number of users in this run (NUSERS). The message was issued because the value of LQTBL is not large enough.

If token0 is FILE DISPLAY, you issued the MONITOR command specifying a selected list of file names. For example, MONITOR FSTAT (filenam1,filenam2,...,). This requires that the file list not contain more entries than the length of QTBL (LQTBL).

System manager response: Issue the UTABLE command to increase the value of LQTBL, and retry the command. Or, if FILE DISPLAY was specified, reissue the command with fewer entries in the file list.

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