M204.0673

From m204wiki
Revision as of 13:31, 25 February 2018 by DmeWiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

M204.0673  Error procedure not defined or cancelled in subsys subsysName - error code: APSYerrorCode

The subsystem error procedure, if defined, was canceled due to attempted terminal I/O. When the error code is CAN, HNG, HRD, or SFT, the error procedure cannot attempt to issue any of the following SOUL statements: $PROMPT, $READ, PRINT, READ MENU, READ SCREEN, SKIP, or any other statement that writes to the user's terminal. All other SOUL statements are permitted.

Response: Contact your System Manager.

System manager response: Refer to Error global variable, Error procedure, and Error processing for further detail on coding conventions for the error procedure.

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
AUDITADWrites the message with line type AD to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter
SAVESaves the message in the VIEW ERRORS table

Back to list of messages