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
Explain the function of the dd dcb keyword?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What do you understand by jcl?
what happens in execution stage in job processing?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
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 do you know about jcl?
What is NOTCAT ?
which parameter is used to check the syntax of a jcl without executing it?
what is the use of IEBGENER utility?
what is DD statement is used in JCL?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Is it possible to left uncode disp? If yes, how?