MSIR.0785 (methodtype) (name) already defined: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The method indicated in this message had already been defined previously when another definition was encountered. Most likely, this is caused by the procedure that contains the method definition being accidentally Included twice. The User Language Macro Facility can sometimes be helpful in preventing such a problem. See the ''Janus SOAP Reference Manual'' for more information about this facility.
The method indicated in this message had already been defined previously when another definition was encountered. Most likely, this is caused by the procedure that contains the method definition being accidentally Included twice. The [[SOUL macro facility]] can sometimes be helpful in preventing such a problem.  


[[Category:Sirius Mods messages]]
{{Template:MSIR.0785 footer}}
[[Category:MSIR.0600 - MSIR.0799]]

Latest revision as of 11:57, 16 July 2019

The method indicated in this message had already been defined previously when another definition was encountered. Most likely, this is caused by the procedure that contains the method definition being accidentally Included twice. The SOUL macro facility can sometimes be helpful in preventing such a problem.


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