M204.2853: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
m (link repair)
 
Line 1: Line 1:
{{Template:M204.2853 skeleton}}
{{Template:M204.2853 skeleton}}


The operation specified in the message was attempted for a field that has the <var>[[Field_design#AT-MOST-ONE.2C_REPEATABLE.2C_and_EXACTLY-ONE_attributes|EXACTLY-ONE]]</var> attribute. That operation is not allowed for <var>EXACTLY-ONE</var> fields. For example, the <var>[[Data_maintenance#ADD_statement|Add]]</var> statement is not allowed for an <var>EXACTLY-ONE</var> field.
The operation specified in the message was attempted for a field that has the <var>[[Field design#AT-MOST-ONE, REPEATABLE, and EXACTLY-ONE attributes|EXACTLY-ONE]]</var> attribute. That operation is not allowed for <var>EXACTLY-ONE</var> fields. For example, the <var>[[Data maintenance#Add statement|Add]]</var> statement is not allowed for an <var>EXACTLY-ONE</var> field.


{{Template:M204.2853 footer}}
{{Template:M204.2853 footer}}
<!-- Instance of this produced by QASHR test FLD.DME.001.QA -->
<!-- Instance of this produced by QASHR test FLD.DME.001.QA -->
<!-- skeleton as it was in pdf/%C NOT ALLOWED FOR EXACTLY-ONE FIELD/-->
<!-- skeleton as it was in pdf/%C NOT ALLOWED FOR EXACTLY-ONE FIELD/-->

Latest revision as of 20:24, 8 May 2018

M204.2853  token not allowed for EXACTLY-ONE field

The operation specified in the message was attempted for a field that has the EXACTLY-ONE attribute. That operation is not allowed for EXACTLY-ONE fields. For example, the Add statement is not allowed for an EXACTLY-ONE field.


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