What are ISOLATION LEVELS? Where do we need to specify them?
Answer Posted / ashu
An isolation level determines how data is locked or
isolated from other processes while that data is being
accessed.It is page level locking.these can be specified in
4 ways-
1)cs(cursor stability):-
Used when concurrency is important.
2)RR(Repeatable read)
Used when Data Integrity is Important.
3)RS(Read stability)
4)UR(uncommited read)
Uncommited read or Dirty Read.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the various section in data division and briefly explain them.
Which is not true about evaluate statement
Can you please let me know the centre name of INS certification in Kolkata.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What are the different open modes available in cobol?
What is inspect in cobol ?
What is the compute verb? How is it used?
how to convert the recors form vsam file to db2 table tru file aid
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Are you comfortable in cobol or jcl?
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?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.