MSIR.0742 Argument (num) for (method) missing

From m204wiki
(Redirected from MSIR.0742)
Jump to navigation Jump to search

A required argument for a method was not specified. If a system method, check the documentation for the method to determine the correct method parameters. If a User Language method, either correct the method invocation to specify the required argument or correct the method declaration to make the parameter Optional.


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
ECHODisplays the line that caused the error

Back to list of messages