MSIR.0810 (qualifier) required for class (class): Difference between revisions
Jump to navigation
Jump to search
Automatically generated page update |
Automatically generated page update |
||
| Line 1: | Line 1: | ||
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. | 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. | ||
{{Template:MSIR.0810 footer}} | |||
[[Category:Sirius Mods messages]] [[Category:MSIR.0800 - MSIR.0999]] | [[Category:Sirius Mods messages]] [[Category:MSIR.0800 - MSIR.0999]] | ||
Revision as of 16:31, 12 July 2016
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=0 | Sets online return code |
|---|---|
| RETCODEB=4 | Sets batch (single user) return code |
| CLASS=E | Error class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter |
| AUDITER | Writes the message with line type ER to the audit trail |
| COUNT | Increments the error count (ERCNT) parameter |
| ECHO | Displays the line that caused the error |