M204.2981
		
		
		
		Jump to navigation
		Jump to search
		
M204.2981 RETLIM exceeded - Current: token; Needed: token2
The maximum record locking table usage per user (token) as set by System Parameter RETLIM, has been exceeded.
RETLIM specifies an individual user limit on record enqueue table usage. If the limit is exceeded, this message is issued and the offending user is restarted.
Response: Examine the user procedure that is triggering the error to determine whether the exceedance is the result of a user error.
If this is not the case consider increasing RETLIM to (token2)
Version introduced: 7.8
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 | 
| COUNT | Increments the error count (ERCNT) parameter |