MSIR.0714 (procoralias) name (name) already used ((offset)): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This message indicates a name clash between a procedure or alias in the input file and an existing procedure or alias in the receiving file during a [http://m204wiki.rocketsoftware.com/images/9/95/FrelrNew.pdf Fast/Reload]. <i>procoralias</i> specifies whether the name belongs to an existing procedure or alias; <i>name</i> identifies the clashing name. <i>offset</i> is the offset in the issuing module where the name clash was detected.
This message indicates a name clash between a procedure or alias in the input file and an existing procedure or alias in the receiving file during a [http://m204wiki.rocketsoftware.com/images/9/95/FrelrNew.pdf Fast/Reload]. <i>procoralias</i> specifies whether the name belongs to an existing procedure or alias; <i>name</i> identifies the clashing name. <i>offset</i> is the offset in the issuing module where the name clash was detected.


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

Latest revision as of 23:33, 3 March 2017

This message indicates a name clash between a procedure or alias in the input file and an existing procedure or alias in the receiving file during a Fast/Reload. procoralias specifies whether the name belongs to an existing procedure or alias; name identifies the clashing name. offset is the offset in the issuing module where the name clash was detected.


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