What are isolation levels? Where do we need to specify them
in compiling JCL?
Answer Posted / 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 View All Answers
List the different components of jcl statement?
Explain the function of dd disp parameter?
What is the difference between run mode and addressing mode?
What are some jcl statements that are not allowed in procedures?
is there any way to execute more than one proc in the same exec statement at the same time..?
What are steplib and joblib?
What are the parameters that are used in creating a gdg?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
For what purpose steplib and joblib are used ?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
what are the various stages of job processing?
How do you access an uncatalogued dataset in a jcl?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
what is DSN in JCL and what are the parameters to declare the DSN?
How to pass the parameter in parm using linkage section ? (syntax)?