M204.2985: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Wiccan (talk | contribs)
Automatically generated page update
 
No edit summary
Line 2: Line 2:
__NOTOC__
__NOTOC__
<p>
<p>
>** Replace this with an <b><i>explanation of the message</i></b>, such as the conditions causing it **<
EVALOPT has trapped one of the following Errors
<ul>
<LI>Variable too small for result</LI>
<LI>Invalid null conversion</LI>
<LI>Invalid numeric conversion</LI>
</ul>
 
</p>
</p>
<p>
<p>
<b>Response:</b>
<b>Response:</b>
>** Replace this with a <b><i>description of the action</i></b> the customer should take **<
<p>
<b>Variable too small for result</b></p>
In an assignment statement, the %variable on the left side of the statement is too small
to contain the value of the numeric expression on the right side of the statement
Change the length or format of the %variable on the left side of the
expression to accommodate the size number generated, or reduce the size of the value
generated. Retry the request.
</p>
Invalid null conversion
An attempt has been made to convert a null string into a numeric data types: This is not allowed
Invalid numeric conversion
 
</p>
</p>
<p><b>Version introduced:</b>
<p><b>Version introduced:</b>

Revision as of 23:49, 21 October 2025

M204.2985  EVALOPT trapped error: token

EVALOPT has trapped one of the following Errors

  • Variable too small for result
  • Invalid null conversion
  • Invalid numeric conversion

Response:

Variable too small for result

In an assignment statement, the %variable on the left side of the statement is too small to contain the value of the numeric expression on the right side of the statement Change the length or format of the %variable on the left side of the expression to accommodate the size number generated, or reduce the size of the value generated. Retry the request.

Invalid null conversion An attempt has been made to convert a null string into a numeric data types: This is not allowed Invalid numeric conversion

Version introduced: x.x

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