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
What are the parameters that are used in creating a gdg?
what is the resolution for sb37 error
How does jcl act on a cobol code?
What is condition checking in jcl? Is this possible?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is the purpose of disp parameter?
how you can direct the data to spool using SYSOUT option?
What statement can be used to send data to another mvs jes3 node?
how can the same proc be re-used and called by many jobs?
How jcl is used for testing batch programs?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is NOTCAT ?
How gdg are concatenated?
What are some jcl statements that are not allowed in procedures?
What is use of restart and how to use it?