what are the isolation levels and where we use it in the db2
program

Answers were Sorted based on User's Feedback



what are the isolation levels and where we use it in the db2 program..

Answer / ramana

1.repatable read
2.cursor stability
3.read stability
4.uncommited read..

Is This Answer Correct ?    7 Yes 0 No

what are the isolation levels and where we use it in the db2 program..

Answer / raju

level of locking

Is This Answer Correct ?    0 Yes 0 No

what are the isolation levels and where we use it in the db2 program..

Answer / ssampath

memory

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More COBOL Interview Questions

In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?

1 Answers   CSC,


What is the problem of ordered sequential files access?

0 Answers  


what if any ,is the syntex error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.

5 Answers   TCS,


I got user abend U4038 while compiling my runjcl.. can anyone help me?

10 Answers   CGI,


Can we use icetool in cobol program?

3 Answers  






What are the divisions in a cobol program?

1 Answers  


COMP-3 field occupy ?

8 Answers  


Write down the divisions of cobol program?

0 Answers  


HELLO FRIENDS, THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING QUESTION IN COBOL, THAT IS WHAT ARE THE VALUES WE CAN SEE IN HIGHVALUES AND LOWVALUES, CAN U PLEASE GIVE ME THE ANSWER

7 Answers   Patni,


Explain how to differentiate call by context by comparing it to other calls?

0 Answers  


Suppose i want to declare a binary comp fild of 7 byte .how to write?

6 Answers   IBM,


What is wrong with the following data declaration? 01 W-DATE PIC X(6). 05 DD PIC 99. 05 MM PIC 99. 05 YY PIC 99. (a) Nothing is wrong. (b) Under W-DATE all level 05 items are having a PIC 99 but level 01 has PIC X(6). (c) PIC can't be specified for a group item. (d) DD, MM, and YY are invalid datanames.

6 Answers   Mphasis, TCS,


Categories