What are isolation levels? Where do we need to specify them
in compiling JCL?

Answers were Sorted based on User's Feedback



What are isolation levels? Where do we need to specify them in compiling JCL?..

Answer / sars

this describes to what extent a program bound to paricular
package can be isolated from the effects of other programs
running.this determines the duration of the page lock.
it is specified at the time of BIND.

Syntax - isolation level(Rs,Cs,Ur,RR)

Is This Answer Correct ?    3 Yes 0 No

What are isolation levels? Where do we need to specify them in compiling JCL?..

Answer / dasari

At the time of bind itself we specify the isolation levels
like whether CS UR RR

Is This Answer Correct ?    1 Yes 0 No

What are isolation levels? Where do we need to specify them in compiling JCL?..

Answer / girish kumar

Isolation level is nothing but lock against the table during
the execution of time, the lock is achieved by isolation
level parameters.

Syntax - isolation level(Rs,Cs,Ur,RR)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?

11 Answers   Tesco,


what is a null indicator in db2?

5 Answers   Fiserv, IBM,


Why do you want to specify the REGION parameter in a JCL step?

4 Answers   Kekran Mekran, TCS,


How can you trap abends in the JCL?

3 Answers  


Definition of COND parameter in JCL

5 Answers   TCS,






What are the valid DSORG values ?

3 Answers  


If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?

2 Answers  


What is condition checking in jcl? Is this possible?

0 Answers  


Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember

3 Answers   HSBC,


I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.

5 Answers   Bank Of America,


What do you understand by the term notcat 2 – gs?

0 Answers  


Can I share my data with other jobs? How?

0 Answers  


Categories