what are the isolation levels and where we use it in the db2
program
Answer Posted / ramana
1.repatable read
2.cursor stability
3.read stability
4.uncommited read..
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is rmode(24)
What are literals?
Write a program to enter and display the names of students in a class using the occurs clause.
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.
Write down the divisions of cobol program?
how do you reference the variable block file formats from cobol programs
Write a cobol program making use of the redefine clause.
Explain what you understand by passing by value.
What are declaratives and what are their uses in cobol?
explain sorting techniques in cobol program?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
what is difference between cobol and cobol/400
What type of SDLC u followed? Why?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic