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

DB2 Insert successful, but no data inserted


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







PostPosted: Fri Jan 29, 2010 12:33 am
Reply with quote

Hi,
I am trying to insert a row into a DB2 table, i get a SQLCODE = 0 for the insert query yet the insert is not successful.Can someone help here as what could be the reasons for the same.

Thanks
Gk
Back to top
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Fri Jan 29, 2010 1:06 am
Reply with quote

How do you know the insert is not successful?

What are you using to do the insert, spufi or a user written program?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Jan 29, 2010 1:11 am
Reply with quote

Hello and welcome to the forum,

Quote:
what could be the reasons for the same
Something issued a ROLLBACK. . .?

As Craig asked - what are you using to do the insert?
Back to top
View user's profile Send private message
Guest







PostPosted: Fri Jan 29, 2010 1:58 am
Reply with quote

Hi,
I am using a program to insert into the table, how can i find if Roll back had been issued or not in this case
I had given a display statement after the execution of the query for finding the sql code and it returned 0
regards
gk
Back to top
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Jan 29, 2010 2:55 am
Reply with quote

Hello,

Currently, after the insert, does the process abend? Is the problem insert in a called module?

As an experiment, put a COMMIT immediately after the INSERT. Then end the process. Then check if the row is in the table.
Back to top
View user's profile Send private message
Akatsukami

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Fri Jan 29, 2010 2:55 am
Reply with quote

gokuls wrote:
Hi,
I am using a program to insert into the table, how can i find if Roll back had been issued or not in this case
I had given a display statement after the execution of the query for finding the sql code and it returned 0
regards
gk

Is the program abending, or is it terminating normally (abeit with a non-zero completion code)? Are there explicit COMMIT and/or ROLLBACK statements in the program?
Back to top
View user's profile Send private message
bhairon singh rathore

New User


Joined: 19 Jun 2008
Posts: 91
Location: banglore

PostPosted: Fri Jan 29, 2010 12:11 pm
Reply with quote

Hi Gokul

I think you need to check your program logic.
Please check sqlerrd(3) for number of rows affected.
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 -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts JCL EXEC PARM data in C Java & MQSeries 2
This topic is locked: you cannot edit posts or make replies. Automation need help in sorting the data DFSORT/ICETOOL 38
Search our Forums:

Back to Top