MSIR.0810 (qualifier) required for class (class)

From m204wiki
Jump to navigation Jump to search

An object declaration or other reference was made for a class that requires further qualification, but the class name was not further qualified. For example, a file object was declared without the name of the file or group with which the object should be associated. Alternatively, a collection object was declared without specification of the collection components. Add the appropriate qualification to the class. If unsure, see the documentation for the class in question.


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