M204.0750

From m204wiki
Revision as of 20:57, 26 April 2018 by JAL (talk | contribs) (link repair)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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