M204.0410: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (link repair)
 
Line 1: Line 1:
{{Template:M204.0410 skeleton}}
{{Template:M204.0410 skeleton}}
<P>
<P>
In the <var>[[REDEFINE FIELD command|REDEFINE FIELD]]</var> command, the only situation where you can specify the attributes <var>MV</var> (many-valued) or <var>FV</var> (few-valued) is when a field is being redefined from <code>NON-FRV NON-CODED</code> to <code>FRV NON-CODED</code> or if the field was originally defined as <var>CODED</var>. </P>
In the <var>[[REDEFINE command|REDEFINE FIELD]]</var> command, the only situation where you can specify the attributes <var>MV</var> (many-valued) or <var>FV</var> (few-valued) is when a field is being redefined from <code>NON-FRV NON-CODED</code> to <code>FRV NON-CODED</code> or if the field was originally defined as <var>CODED</var>. </P>
<p>
<p>
<b>Response:</b> Correct and retry. </p>
<b>Response:</b> Correct, and retry.  
</p>
{{Template:M204.0410 footer}}
{{Template:M204.0410 footer}}
<!-- skeleton as it was in pdf/INVALID USE OF FEW VALUED OR MANY VALUED/-->
<!-- skeleton as it was in pdf/INVALID USE OF FEW VALUED OR MANY VALUED/-->

Latest revision as of 21:12, 24 April 2018

M204.0410  Invalid use of FEW-VALUED or MANY-VALUED

In the REDEFINE FIELD command, the only situation where you can specify the attributes MV (many-valued) or FV (few-valued) is when a field is being redefined from NON-FRV NON-CODED to FRV NON-CODED or if the field was originally defined as CODED.

Response: Correct, and retry.

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