What are ISOLATION LEVELS? Where do we need to specify them
in compiling JCL (Exactly which statement and what is
syntax for it)?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / chandra
Leena,
The Isolation level can b given in BIND parameter only. not
in JCL, but the member nameshould be given along with ur
DBRMlibrary in DBRMLIB step in JCL.
| Is This Answer Correct ? | 2 Yes | 0 No |
What type of Call you would use if you don;t want the control back to the calling program?
Can printer files (having 133 characters) be of variable length?
Name the divisions, which are available in a cobol program?
What are options have been removed in COBOL 11?
in how many mode we can open a file ?
How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.
i want to store 20 digits . h will u do it in cobol ?
Define in-line perform?
i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me
how to crack cts interview apps? NOVEMBER 21 2010
db2 variable decimal(15,2) what is the equalent size of cobol variable
What is Alternate Index ? How is it different from regular index ?