M204.1402: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (add <var>'s)
m (add <var>'s)
 
Line 1: Line 1:
{{Template:M204.1402 skeleton}}
{{Template:M204.1402 skeleton}}
<P>
<P>
If a chunk target is any field type besides <var>DATETIME</var>, any value stored in it must be within the range shown in the error message.</P>
If a <var>CHUNK</var> target is any field type besides <var>DATETIME</var>, any value stored in it must be within the range shown in the error message.</P>
<p>
<p>
<b>Response:</b> Correct the value being stored.</p>
<b>Response:</b> Correct the value being stored.</p>

Latest revision as of 16:00, 10 April 2018

M204.1402  Invalid value for CHUNK target: token​=​'token2'; values must be -999999999999999​->​999999999999999

If a CHUNK target is any field type besides DATETIME, any value stored in it must be within the range shown in the error message.

Response: Correct the value being stored.

System manager response: Correct the value being stored.

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
CANCELCancels the user's request
COUNTIncrements the error count (ERCNT) parameter

Back to list of messages