M204.0750: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (link repair)
 
Line 1: Line 1:
{{Template:M204.0750 skeleton}}
{{Template:M204.0750 skeleton}}
<P>
<P>
The first argument passed to a SOUL <var>[[$Rxpr]]</var> function is zero and the second argument is not greater than zero, or the first argument is less than zero and the second argument is not zero. Execution continues, but the function returns 0. </P>
The first argument passed to a SOUL <var>[[$RxpR]]</var> function is zero and the second argument is not greater than zero, or the first argument is less than zero and the second argument is not zero. Execution continues, but the function returns 0. </P>
<p>
<p>
<b>Response:</b> Correct the argument(s) passed, and retry. </p>
<b>Response:</b> Correct the argument(s) passed, and retry. </p>
{{Template:M204.0750 footer}}
{{Template:M204.0750 footer}}
<!-- skeleton as it was in pdf/INVALID ARGUMENTS TO $RXPR, RETURN 0 /-->
<!-- skeleton as it was in pdf/INVALID ARGUMENTS TO $RXPR, RETURN 0 /-->

Latest revision as of 20:57, 26 April 2018

M204.0750  Invalid arguments to $rxpr​,​ return 0

The first argument passed to a SOUL $RxpR function is zero and the second argument is not greater than zero, or the first argument is less than zero and the second argument is not zero. Execution continues, but the function returns 0.

Response: Correct the argument(s) passed, 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