M204.2048
Jump to navigation
Jump to search
M204.2048 Invalid cursor name specified
A single record function was coded with an incorrect cursor name reference. The cursor name is not a valid cursor name, or no cursor exists with the specified name.
Response: Correct the cursor name parameter on the current function to refer to a previously defined cursor. Cursors are usually defined by executing an IFOCUR function. Refer to Cursor processing for further information on defining cursors.
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 |