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

Batch query to execute insert and update statements


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

Active User


Joined: 23 Mar 2005
Posts: 156

PostPosted: Mon Aug 04, 2008 6:31 pm
Reply with quote

I am looking for a IBM DB2 supplied batch program that can execute insert and update statements. This program should not commit untill all the sql statements given in the Input card gets executed successfully. Suppose if my card has

Code:
INSERT INTO TABLE1 ...;
UPDATE TABLE ...;


if INSERT executes successfully and UPDATE fails then the INSERT should not be committed. Is there any utility program that can accomplish this?
Back to top
View user's profile Send private message
Terry Heinze

JCL Moderator


Joined: 14 Jul 2008
Posts: 1249
Location: Richfield, MN, USA

PostPosted: Mon Aug 04, 2008 7:17 pm
Reply with quote

Won't a "COMMIT ;" statement after the UPDATE statement do it?
Back to top
View user's profile Send private message
vini_srcna

Active User


Joined: 26 May 2005
Posts: 178
Location: Copenhagen, Denmark

PostPosted: Tue Aug 05, 2008 1:12 am
Reply with quote

I think you can try DSNTEP2 or DSNTEP4. I'm not sure about the COMMIT.

I never tried with more than one query as an input to this program. If you try then pls do let us know. Thx
Back to top
View user's profile Send private message
die7nadal

Active User


Joined: 23 Mar 2005
Posts: 156

PostPosted: Tue Aug 05, 2008 1:54 am
Reply with quote

I tried DSNTEP2 and it commits after each statement. I looked into the manual about DSNTEP4 and it is said that it is similar to DSNTEP4.
Back to top
View user's profile Send private message
vini_srcna

Active User


Joined: 26 May 2005
Posts: 178
Location: Copenhagen, Denmark

PostPosted: Tue Aug 05, 2008 4:02 pm
Reply with quote

ok. Thanks for the info.

Then you may have to code your own program to do the LUW.
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 Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts RC query -Time column CA Products 3
Search our Forums:

Back to Top