M204.0673: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (add <var>'s) |
||
Line 1: | Line 1: | ||
{{Template:M204.0673 skeleton}} | {{Template:M204.0673 skeleton}} | ||
<P> | <P> | ||
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: $ | 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: <var>$Prompt</var>, <var>$Read</var>, <var>Print</var>, <var>Read Menu</var>, <var>Read Screen</var>, <var>Skip</var>, or any other statement that writes to the user's terminal. All other SOUL statements are permitted.</P> | ||
<p> | <p> | ||
<b>Response:</b> Contact your System Manager. </P> | <b>Response:</b> Contact your System Manager. </P> | ||
<p> | <p> | ||
<b>System manager response:</b> Refer to [[Application Subsystem development#Error global variable|Error global variable]], [[Application Subsystem development#Error procedures|Error procedure]], and [[Application Subsystem development#Error processing|Error processing]] for further detail on | <b>System manager response:</b> Refer to [[Application Subsystem development#Error global variable|Error global variable]], [[Application Subsystem development#Error procedures|Error procedure]], and [[Application Subsystem development#Error processing|Error processing]] for further detail on coding conventions for the error procedure. | ||
coding conventions for the error procedure.</P> | </P> | ||
{{Template:M204.0673 footer}} | {{Template:M204.0673 footer}} | ||
<!-- skeleton as it was in pdf/ERROR PROCEDURE NOT DEFINED OR CANCELLED IN SUBSYS %S ERROR CODE: %C/--> | <!-- skeleton as it was in pdf/ERROR PROCEDURE NOT DEFINED OR CANCELLED IN SUBSYS %S ERROR CODE: %C/--> |
Latest revision as of 22:28, 27 February 2018
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=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITAD | Writes the message with line type AD to the audit trail |
NOCOUNT | Does not increment the error count (ERCNT) parameter |
SAVE | Saves the message in the VIEW ERRORS table |