MSIR.0449 CANCELLING REQUEST: (Problem) in call to ($function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
(Automatically generated page update)
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This message cancels the request. It indicates that a problem occurred during invocation of the $function named ''''$function'''' which prevents the requested operation. ''''Problem'''' indicates the problem that occurred. See the Sirius documentation for the $function shown in the message for conditions which can lead to request cancellation. The $function will be described in the ''Sirius Functions Reference Manual'' or in the manual for the product which provides the $function (for example, the ''Janus Sockets Reference Manual'').
This message cancels the request. It indicates that a problem occurred during invocation of the $function named '''''$function''''' which prevents the requested operation. '''''Problem''''' indicates the problem that occurred. See the documentation for the $function shown in the message for conditions that can lead to request cancellation. The $function will typically be listed in [[SOUL $functions]].


[[Category:Sirius Mods Messages]]
{{Template:MSIR.0449 footer}}
[[Category:MSIR.0400 - MSIR.0599]]

Latest revision as of 23:13, 3 March 2017

This message cancels the request. It indicates that a problem occurred during invocation of the $function named $function which prevents the requested operation. Problem indicates the problem that occurred. See the documentation for the $function shown in the message for conditions that can lead to request cancellation. The $function will typically be listed in SOUL $functions.


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
ECHODisplays the line that caused the error

Back to list of messages