M204.0556: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 1: Line 1:
{{Template:M204.0556 skeleton}}
{{Template:M204.0556 skeleton}}
<P>A NUMERIC RANGE field can exist only once in each record. The request is attempting to insert a second NUMERIC RANGE field for the field name in the record. </P>
<P>
<P>The message might list the field name only, not the Table B record number.</P>
A <var>NUMERIC RANGE</var> field can exist only once in each record. The request is attempting to insert a second <var>NUMERIC RANGE</var> field for the field name in the record. </P>
<p><b>Response:</b> Correct the statement and retry. </p>
<P>
The message might list the field name only, not the Table B record number.</P>
<p>
<b>Response:</b> Correct the statement, and retry.  
</p>
{{Template:M204.0556 footer}}
{{Template:M204.0556 footer}}
<!-- skeleton as it was in pdf/EXTRA NUMERIC FIELD IGNORED FOR FIELDNAME= fieldname IN TABLE B RECORD NO.= record-number/-->
<!-- skeleton as it was in pdf/EXTRA NUMERIC FIELD IGNORED FOR FIELDNAME= fieldname IN TABLE B RECORD NO.= record-number/-->

Latest revision as of 23:05, 26 February 2018

M204.0556  Extra numeric field ignored in recnum​=​token​,​ field​=​token2

A NUMERIC RANGE field can exist only once in each record. The request is attempting to insert a second NUMERIC RANGE field for the field name in the record.

The message might list the field name only, not the Table B record number.

Response: Correct the statement, and retry.

Message attributes:

RETCODEO=98Sets online return code
RETCODEB=98Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages