M204.2048: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 4: Line 4:
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. </P>
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. </P>
<p>
<p>
<b>Response:</b> 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 [[HLI: IFSTRT processing#Cursor processing|Cursor processing]] for further information on defining cursors. </p>
<b>Response:</b> Correct the cursor name parameter on the current function to refer to a previously defined cursor. Cursors are usually defined by executing an <var>IFOCUR</var> function. Refer to [[HLI: IFSTRT processing#Cursor processing|Cursor processing]] for further information on defining cursors. </p>
{{Template:M204.2048 footer}}
{{Template:M204.2048 footer}}
<!-- skeleton as it was in pdf/INVALID CURSOR NAME SPECIFIED /-->
<!-- skeleton as it was in pdf/INVALID CURSOR NAME SPECIFIED /-->

Latest revision as of 17:28, 15 March 2018

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