M204.0026

From m204wiki
Revision as of 00:12, 13 February 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.0026  Too much audit data

The User Language AUDIT statement is being used to display information on the system audit trail. The request has attempted to audit more than a CCATEMP page worth of information. The request is most likely looping.

Response: Examine the request. If the AUDIT statement is being continued via ... (ellipses) and subsequent PRINT statements, then split the statement into multiple AUDIT statements. If the request is looping and the cause of the looping cannot be determined, then contact your system manager.

System manager response: Contact Technical Support and have the following information available:

  • Audit trail
  • Snap dump (Use the MSGCTL command to create a snap)
  • User Language request that causes the problem

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
ECHODisplays the line that caused the error

Back to list of messages