MSIR.0918 Debugging terminated, DEBUGPAG exceeded.

From m204wiki
Jump to navigation Jump to search

A Sirius/Janus Debugger session was terminated because the session required more than DEBUGPAG pages to hold Debugger work info. Since the bulk of required space for the Debugger is to hold the source lines of the procedures being compiled (after dummy string substitution), this suggests that the Debugger is being used against large procedures. DEBUGPAG should probably be increased (in the user0 system parameters), though it might be a good idea to also increase the size of CCATEMP before doing so, if there will be many concurrent debugger sessions.


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