M204.0736: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add link)
 
Line 1: Line 1:
{{Template:M204.0736 skeleton}}
{{Template:M204.0736 skeleton}}
<P>The first argument passed to a $ENTER function is not a positive number. $ENTER returns a value of 1. </P>
<P>
<p><b>Response:</b> Correct the value passed to $ENTER and retry. </p>
The first argument passed to a <var>[[$Enter]]</var> function is not a positive number. <var>$Enter</var> returns a value of 1. </P>
<p>
<b>Response:</b> Correct the value passed to <var>$Enter</var>, and retry.  
</p>
{{Template:M204.0736 footer}}
{{Template:M204.0736 footer}}
<!-- skeleton as it was in pdf/INVALID VALUE COUNT /-->
<!-- skeleton as it was in pdf/INVALID VALUE COUNT /-->

Latest revision as of 23:42, 1 March 2018

M204.0736  Invalid value count

The first argument passed to a $Enter function is not a positive number. $Enter returns a value of 1.

Response: Correct the value passed to $Enter, and retry.

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