M204.0555: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Template:M204.0555 skeleton}}
{{Template:M204.0555 skeleton}}
<P>
<P>
The field name specified in the message is a NUMERIC RANGE field. A User Language request, FLOD instruction, or Host Language Interface function illegally attempts to store a second value for the field name in a record.
The field name specified in the message is a <var>NUMERIC RANGE</var> field. A SOUL request, <var>FLOD</var> instruction, or Host Language Interface function illegally attempts to store a second value for the field name in a record.
The attempt fails since two values for NUMERIC RANGE fields cannot exist at once.</P>
The attempt fails since two values for <var>NUMERIC RANGE</var> fields cannot coexist.</P>
<P>
<P>
The message may list the field name only, not the Table B record number.</P>
The message may list the field name only, not the Table B record number.</P>
<p>
<p>
<b>Response:</b> Delete the old field name, add the new field name, and try again.</p>
<b>Response:</b> Delete the old field name, add the new field name, and try again.
</p>
{{Template:M204.0555 footer}}
{{Template:M204.0555 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 16:11, 26 March 2018

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

The field name specified in the message is a NUMERIC RANGE field. A SOUL request, FLOD instruction, or Host Language Interface function illegally attempts to store a second value for the field name in a record. The attempt fails since two values for NUMERIC RANGE fields cannot coexist.

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

Response: Delete the old field name, add the new field name, and try again.

Message attributes:

RETCODEO=40Sets online return code
RETCODEB=40Sets 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