MSIR.0666 Use TRACE, not old-style DEBug keyword

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

This message indicates that you used a JANUS command with a DEB or DEBUG "keyword" and that you should use the TRACE keyword instead. For example:

  • Use the TRACE parameter, not the DEBUG parameter, of the JANUS DEFINE command.
  • Use the JANUS DISTRACE command, not the JANUS DISDEBUG command.
  • Use the JANUS TRACE command, not the JANUS DEBUG command.

The DEBUG keyword which was used prior to Version 6.0 of the Sirius Mods has been replaced in favor of the TRACE keyword, to distinguish these operations (which are, in fact, tracing) from the operations performed by the JANUSDEBUG and associated commands.

This is an informational message in Versions 6.4 and earlier of Sirius Mods; after that, it is a counting error message and the command will fail.


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