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

WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

0 Answers  


What is GDG?

1 Answers  


MOD, DELETE; What does a disposition of (,DELETE) mean ?

3 Answers  


What parameter directs the output of the job log dataset?

0 Answers  


What is the use of symbol // in jcl?

0 Answers  






How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?

5 Answers   IBM,


how do u send return code from cobol to jcl ?

2 Answers   TCS,


What is job control language?

0 Answers  


what is a MODELDSCB?

1 Answers  


How many days does a job remain in spool

7 Answers   Syntel,


How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.

1 Answers   Cap Gemini,


What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.

0 Answers  


Categories