What are isolation levels? Where do we need to specify them
in compiling JCL?
Answer Posted / 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 |
Post New Answer View All Answers
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Explain the function of job statement in jcl?
Can we use DISP=SHR in output file in JCL
What is the function of the dd avgrec keyword in sms datasets?
What is the difference between run mode and addressing mode?
Explain how can a jobs execution priority be modified?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Explain the function of a dd statement?
what are the various stages of job processing?
How does jcl specify the job to the operating system?
write a jcl to execute a job by 7:00 am on jan 20,1986?
How can values be passed from the job stream to an executable program?
Is their any limit for data sets?
i want to store 20 digits . how will u do it in cobol ?
when can a job time-out occur? How to overcome that?