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 are the pertinent COBOL commands?
What is perform what is varying?
How do get the result of your program directly on your pc?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
) what is the difference between AID and HANDLE AID?
i want a program using by if, evaluate , string, unstring, perform, occurs?
In COBOL, what is the different between index and subscript?
What is the compute verb? How is it used?
What the difference is between continue and next sentence?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is an in line perform? When would you use it? Anything else you wish to say about it.
what happens if parmparameter passes zero bytes to the program
What is the difference between structured cobol programming and object alternativelyiented cobol?