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 |
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
HI THIS IS ANIL. HOW TO PASS A RECORDS OF A FILE(PS OR PDS) TO AN ARRAY?
What is Static and Dynamic linking ?
can we display comp-3 variables. if we want to display what we have to do . give me one example
What is sqlca and why is it needed in any cobol-db2 program?
how do u link sub pgm to main pgm ?
level number 77 is used to define a)group data b)elementary data c)redefine d)none
copy 100 records without using ibm utilities
What is the difference between copy and include in cobol?
I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?
BY seeing a program how can we say that it is static call or dynamic call
If I want to increase the Limit in GDG. What should I do?