what are the isolation levels and where we use it in the db2
program
Answer Posted / raju
level of locking
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What kind of error is trapped by on size error option?
What is rmode(any) ?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Define cobol?
What is a report item?
How many bytes S(8) comp field occupy and its maximum value?
what is the difference between COBOL2 AND COBOL390?
Can a Search can be done on a table with or without Index?
i want a program using by if, evaluate , string, unstring, perform, occurs?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
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?
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?
Which Search verb is equivalent to PERFORM…VARYING?
i need a small 3d program using inline and outline.