IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

SQLCODE = -508, ERROR: THE CURSOR IDENTIFIED IN THE UPDAT


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
davidshaw

New User


Joined: 08 Aug 2006
Posts: 1

PostPosted: Wed Aug 30, 2006 4:34 pm
Reply with quote

icon_rolleyes.gif CAN SOMEONE HELP ME HERE
SQLCODE = -508, ERROR: THE CURSOR IDENTIFIED IN THE UPDATE OR
STATEMENT IS NOT POSITIONED ON A ROW
SQLSTATE = 24504 SQLSTATE RETURN CODE
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Wed Aug 30, 2006 5:18 pm
Reply with quote

This means you are doing a FETCH cursorname on some table then
an UPDATE/DELETE WHERE CURRENT OF cursorname to update the same table.
Do you have other SQL commands between the FETCH and the UPDATE (a COMMIT for example) ?
Can you post some code ?
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top