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 is JOBLIB ?

5 Answers   Xansa,


What is 'S0C7' abend?

9 Answers  


My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........

2 Answers  


how to modify the copy book?explain with examples

2 Answers   TCS,


Explain in DD statement what is the use of DCB parameter?

0 Answers  


A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not execute again)

3 Answers   Cap Gemini, CSC, Xchanging,


Is it possiable to use a gdg in the INCLUDE statement in a SORT jcl? I am using this because I want to change the condition with out changing the jcl. Please provide with a sample code.

1 Answers  


What is notcat 2 - gs?

0 Answers  


is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?

4 Answers   Accenture,


In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute from 7th to 10th step. What is the solution for this ?

7 Answers  


how can we override data definitions in jcl. can any one give detailed example

3 Answers   TCS,


What are three major types of JCL statements? What are their functions?

1 Answers  


Categories