What are isolation levels? Where do we need to specify them
in compiling JCL?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
what do you mean By spooling? Expand SPOOL?
What is the use of symbol // in jcl?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
i want to store 20 digits . how will u do it in cobol ?
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
Suppose i have a file with 10 recs and i want to skip only the 7 th record and copy the rest into another file. How do i do it using SORT?
Can a job have only steplib and no joblib ?
what are the types of abends that occur on job failure? And explain the possible causes of these
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
What is timing concept in mainframe?