MSIR.0885 MSGCTL NOCAN ignored for MSIR.(number)

From m204wiki
Jump to navigation Jump to search

This message cancels the request. It indicates this sequence:

  1. A MSGCTL MSIR.number NOCAN command was specified.
  2. The MSIR.number error message, which normally causes the request to be cancelled, was issued.
  3. The NOCAN action was ignored.

Certain error messages should not be changed to NOCAN; doing so will cause unpredictable results. In general, you should not change an MSIR message to NOCAN unless there is explicit documentation explaining the circumstances for doing so. In order to prevent some unsafe MSGCTL NOCAN commands, some error messages will always cause the SOUL request to be cancelled. If any of these messages is issued and it has been set to NOCAN, the error message MSIR.0885 is issued, which is a request-cancelling message. Issuing this message will ensure that a SirFact dump is taken, if that is applicable.

If further, you issue MSGCTL MSIR.0885 NOCAN, SirFact is prevented from intercepting the request cancellation, but the request cancellation happens in any event.


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
CANCELCancels the user's request
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages