What are ISOLATION LEVELS? Where do we need to specify them?
Answer Posted / shreya
An isolation level determines how data is locked or
isolated from other processes while that data is being
accessed.these can be specified in 4 ways-
1)RR(Repeatable read)
2)RS(Read stability)
3)UR(uncommited read)
4)cs(cursor stability)
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the Purpose of Pointer in the string?
What is link edit in cobol?
what is the difference between COBOL2 AND COBOL390?
What guidelines should be followed to write a structured cobol prgm?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Define static linking and dynamic linking.
what happens if parmparameter passes zero bytes to the program
What is report-item in COBOL?
What is the difference between binary search and sequential search?
What is difference between static and dynamic call in cobol?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What is the difference between next sentence and continue in cobol programing language?
what is search and searchall?what is the diffrence between them?give an best example?
What is an in line perform? When would you use it? Anything else you wish to say about it.
how do you define single dimensional array and multidimensional array in your cobol?