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

what is amode(24), amode(31), rmode(24) and rmode(any)?

0 Answers  


how to refer the data field?

0 Answers  


Can a Search can be done on a table with or without Index?

0 Answers  


In an EVALUATE statement, can I give a complex condition on a when clause?

2 Answers  


What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I want Display WS-VARX and WS-VARN?

3 Answers   Xansa,






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,


how to change picture class of copy book variable inside program?

2 Answers  


i need a program by giving input as a abcd in any randem order but i need a output as 1234 related to abcd. i.e,. a for 1,b=2,c.....etc..

5 Answers   IBM,


what is subscript in cobol?give realtime example?

2 Answers   Wipro,


A paragraph PARA-X is to be executed when none of the data names A, B and C have value of 1. Which of the following will achieve this ? (a) IF A NOT = 1 OR B NOT = 1 OR C NOT = 1 PERFORM PARA-X (B) IF NOT A= 1 AND B= 1 AND C = 1 PERFORM PARA-X (C) IF A NOT =1 IF NOT B = 1 OR C= 1 PERFORM PARA-X (C) IF A NOT = 1 AND B NOT = 1 AND C NOT = 1 PERFORM PARA-X

3 Answers   TCS,


How to Write the RESTART Logic Using COBOL?

4 Answers   GalaxE, L&T, Syntel, TCS,


how do you reference the ksds vsam file formats from cobol programs

0 Answers  


Categories