MSIR.0917 User's pushdown list overflowed during regular expression (process)

From m204wiki
Jump to navigation Jump to search

This message indicates that regular expression processing required more push down list space than was available. This message causes a user restart. Regular expression compilation and evaluation is highly recursive and so can use large amounts of push down list space. Probably the best thing to do in this situation is to increase the amount of push down list space available to the application by using the UTABLE command to increase LPDLST. Of course, like all table size increases, this might require juggling other table sizes down or increasing the size of the servers.


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