M204.2265: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
m (typo)
 
Line 4: Line 4:
No more than ten cursors can be declared in a single SOUL request. </P>
No more than ten cursors can be declared in a single SOUL request. </P>
<p>
<p>
<b>Response:</b> Ensure that theSOUL request does not exceed 10 cursors. </p>
<b>Response:</b> Ensure that the SOUL request does not exceed ten cursors.  
</p>
{{Template:M204.2265 footer}}
{{Template:M204.2265 footer}}
<!-- skeleton as it was in pdf/DB2: MAXIMUM NUMBER OF CURSORS EXCEEDED /-->
<!-- skeleton as it was in pdf/DB2: MAXIMUM NUMBER OF CURSORS EXCEEDED /-->

Latest revision as of 20:00, 16 March 2018

M204.2265  DB2: maximum number of cursors exceeded

No more than ten cursors can be declared in a single SOUL request.

Response: Ensure that the SOUL request does not exceed ten 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
ECHODisplays the line that caused the error
COMPILECompilation error

Back to list of messages