MSIR.0995 (manOrAuto) Garbage collection completed in (num)ms realtime with (num)ms CPU time. Discarded num2/num objects.

From m204wiki
(Redirected from MSIR.0995)
Jump to navigation Jump to search

This audit message reports SOUL garbage collection statistics. The message is sent if the GCSTATS parameter is set to a non-zero value.

The manOrAuto value indicates how the garbage collection was invoked:

  • implicit — triggered automatically by the system
  • explicit — triggered by a user object-oriented method call

See also the AUTOGCN parameter.


Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' bit setting of the MSGCTL parameter
AUDITADWrites the message with line type AD to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages