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



What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statem..

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

What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statem..

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

Post New Answer

More COBOL Interview Questions

is it possible to rename 01 level?

4 Answers  


copy 100 records without using ibm utilities

3 Answers  


what is search and searchall?what is the diffrence between them?give an best example?

3 Answers   BirlaSoft,


Difference between array and sub-script ?

0 Answers   HCL,


what is the advantage of sync class

3 Answers   ACS,






what happens when a copybook variables are declared using include statement ?

3 Answers   IBM,


What are some examples of command terminators?

1 Answers  


What should be the sorting order for SEARCH ALL?

5 Answers  


OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 level (d) any level from 02 to 49

13 Answers   TCS,


I HAVE FOLLOWING DECLARATION. 02. A PIC X(10) VALUE 'XXXXXXXXXX'. 02. B REDEFINES A. 05. C PIC X(3). 05. D PIC X(3). 05. E PIC 9(3). IN MY PROG, I HAVE MOVE 1 TO E. DISPLAY A. WHAT WILL BE DISPLAYED AS A RESULT OF THIS? PLEASE EXPLAIN THE ANSWER. THANKS.

7 Answers   Amdocs,


what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?

4 Answers   IBM,


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

0 Answers  


Categories