M204.0734: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
m (add link) |
||
Line 1: | Line 1: | ||
{{Template:M204.0734 skeleton}} | {{Template:M204.0734 skeleton}} | ||
<P>The value stored in the global variable supplied as a $ | <P> | ||
<p><b>Response:</b> Check the spelling of the global variable name. If incorrect, fix and retry. If correct, check the previous references to that variable to be sure that a numeric value resides in it prior to the $ | The value stored in the global variable supplied as a <var>[[$Incrg]]</var> function argument is not numeric. <var>$Incrg</var> returns a value of 1 and leaves the global variable unchanged. </P> | ||
<p> | |||
<b>Response:</b> Check the spelling of the global variable name. If incorrect, fix and retry. If correct, check the previous references to that variable to be sure that a numeric value resides in it prior to the <var>$Incrg</var> function, and retry. | |||
</p> | </p> | ||
{{Template:M204.0734 footer}} | {{Template:M204.0734 footer}} | ||
<!-- skeleton as it was in pdf/GLOBAL VALUE IS NOT NUMERIC - $INCRG /--> | <!-- skeleton as it was in pdf/GLOBAL VALUE IS NOT NUMERIC - $INCRG /--> |
Latest revision as of 23:39, 1 March 2018
M204.0734 Global value is not numeric - $incrg
The value stored in the global variable supplied as a $Incrg function argument is not numeric. $Incrg returns a value of 1 and leaves the global variable unchanged.
Response: Check the spelling of the global variable name. If incorrect, fix and retry. If correct, check the previous references to that variable to be sure that a numeric value resides in it prior to the $Incrg function, and retry.
Message attributes:
RETCODEO=0 | Sets online return code |
---|---|
RETCODEB=4 | Sets batch (single user) return code |
CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
AUDITER | Writes the message with line type ER to the audit trail |
COUNT | Increments the error count (ERCNT) parameter |