M204.0026
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=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITER | Writes the message with line type ER to the audit trail |
CANCEL | Cancels the user's request |
COUNT | Increments the error count (ERCNT) parameter |
ECHO | Displays the line that caused the error |