MSIR.1049

From m204wiki
Revision as of 15:04, 29 April 2019 by DCameron (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

MSIR.1049  Implicit POPUTABLE failed -- token0

The most likely cause of this error is that a procedure contained a PUSHUTABLE command that resets LFTBL to allow groups to be opened and accessed. At the end of the procedure an implicit POPUTABLE ( no explicit POPUTABLE had been coded ) has attempted to restore the original value of LFTBL, and this is now insufficient based open the the group structures currently open at the end of request. In this case the following variant of the message is produced:

MSIR.1049: Implicit POPUTABLE failed -- old LFTBL too small for open groups

Response:

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