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

How to find in aparticular step how many versions a paricular gdg base have?

4 Answers   TCS,


What is the difference b/w the CLASS,TIME,PRTY in jcl job card.

4 Answers   Syntel,


Explain about File Tailoring

1 Answers  


Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2

4 Answers   IBM,


how many max steps can we use in a job? pls answer to my question

3 Answers   TCS,






Hi, all Suppose i have 10 step in a job (s1,s2,s3,...s10) i want to execute step9 first and then step3 and i used the DPRTY for these steps. so what will happen to other steps? Will the get executed or only these two steps get executed?

2 Answers  


Describe the EXEC statement, its meaning, syntax and keywords?

2 Answers  


what is meant by jobtrac?

4 Answers   CSC,


Name the parameters which can be used to limit the number of records written to a sysout dataset?

0 Answers  


How to execute 300 steps in a Job?

15 Answers   Accenture, Zensar,


What is the differentiation between TRK,cyl, and Bytes... how they can be connected??

2 Answers  


THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".

2 Answers  


Categories