MSIR.0344 (Type) (name) referenced in (file) and CANCEL set by SIRFIELD command: 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 indicates that the field or alias ''''name'''' was referenced in a User Language request, FLOD program, or IFAM program, and that a SIRFIELD ''''name'''' SET REFERENCE CANCEL command has been issued. ''''Type'''' is either '''field''' or '''alias'''.  
This message indicates that the field or alias '''''name''''' was referenced in a User Language request, FLOD program, or IFAM program, and that a SIRFIELD '''''name''''' SET REFERENCE CANCEL command has been issued. '''''Type''''' is either '''field''' or '''alias'''.  


In addition to being a counting error message, this will cause the name to be treated as unknown, causing failure of the operation being attempted (for example, User Language compilation failure, or if used for a fieldname variable, cancelling the request).  
In addition to being a counting error message, this will cause the name to be treated as unknown, causing failure of the operation being attempted (for example, User Language compilation failure, or if used for a fieldname variable, cancelling the request).  


If you wish to allow the field to be referenced, issue the SIRFIELD ''''name'''' SET REFERENCE WARN or NOWARN command.
To allow the field to be referenced, issue the SIRFIELD '''''name''''' SET REFERENCE WARN or NOWARN command.


[[Category:Sirius Mods Messages]]
{{Template:MSIR.0344 footer}}
[[Category:MSIR.0200 - MSIR.0399]]

Latest revision as of 23:08, 3 March 2017

This message indicates that the field or alias name was referenced in a User Language request, FLOD program, or IFAM program, and that a SIRFIELD name SET REFERENCE CANCEL command has been issued. Type is either field or alias.

In addition to being a counting error message, this will cause the name to be treated as unknown, causing failure of the operation being attempted (for example, User Language compilation failure, or if used for a fieldname variable, cancelling the request).

To allow the field to be referenced, issue the SIRFIELD name SET REFERENCE WARN or NOWARN command.


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