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

how to change isolation level


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

New User


Joined: 05 Jul 2006
Posts: 65
Location: pune

PostPosted: Mon Mar 19, 2007 11:59 am
Reply with quote

how to change isolation level cobol-db2 program
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Mon Mar 19, 2007 12:33 pm
Reply with quote

Hi Haribharat,

Give it in your bind card

e.g
DSN SYSTEM(DB2S)
BIND PACKAGE(IMS2) -
MEMBER(PGM- NAME) -
QUALIFIER(BTS07) -
ACTION(REPLACE) -
VALIDATE(RUN) -
SQLERROR(NOPACKAGE) -
ISOLATION(CS) -
FLAG(I) -
RELEASE(COMMIT) -
EXPLAIN(NO)
Back to top
View user's profile Send private message
vini_srcna

Active User


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

PostPosted: Wed Mar 21, 2007 1:51 pm
Reply with quote

If you want to change the isolation level for few queries in the program to say UR. then just mentioned the isolation level in the sql query.
The isolation level specifed in the query overrides the IL for that query given at bind time.
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 How to load to DB2 with column level ... DB2 6
No new posts 3270 personal communications. Can't c... TSO/ISPF 2
No new posts SELECT from data change table DB2 5
No new posts ISRSUPC search utility - using high l... TSO/ISPF 2
No new posts Trying to change copybook in online c... CICS 4
Search our Forums:

Back to Top