M204.2051: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (add <var>'s)
 
Line 4: Line 4:
A Host Language program has attempted to execute a function that references a closed cursor. </P>
A Host Language program has attempted to execute a function that references a closed cursor. </P>
<p>
<p>
<b>Response:</b> Open the cursor using IFOCURE, and retry the function. </p>
<b>Response:</b> Open the cursor using <var>IFOCURE</var>, and retry the function.  
</p>
{{Template:M204.2051 footer}}
{{Template:M204.2051 footer}}
<!-- skeleton as it was in pdf/INVALID function - CURSOR IS NOT OPEN /-->
<!-- skeleton as it was in pdf/INVALID function - CURSOR IS NOT OPEN /-->

Latest revision as of 17:58, 15 March 2018

M204.2051  Invalid token - cursor is not open

A Host Language program has attempted to execute a function that references a closed cursor.

Response: Open the cursor using IFOCURE, and retry the function.

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