What are ISOLATION LEVELS? Where do we need to specify them
in compiling JCL (Exactly which statement and what is
syntax for it)?
Answer Posted / vijay
It is a bind parameter,It determines the duration of the
page lock.
It contains three possible values are there.
1)cs(cursor stability).
2)rr(repeatable read)
3)ur(uncommitted read)
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the difference between next sentence and continue in cobol programing language?
how do you reference the ksds vsam file formats from cobol programs
How you can read the file from bottom?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How do you reference the following file formats from cobol programs?
What is cobol?
how do you reference the printer file formats from cobol programs
Give some examples of command terminators?
) How do u handle errors in BMS macro
What is link edit in cobol?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?