M204.2048

From m204wiki
Revision as of 17:28, 15 March 2018 by JAL (talk | contribs) (add <var>'s)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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=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