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 |
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
Name some of the JCL statements that are not allowed in procs.?
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?
what is the resolution for sb37 error
what is DD statement is used in JCL?
How do you designate a comment in JCL?
What do you do if you do not want to keep all the space allocated to a dataset?
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
Differentiate between the joblib and the steplib statements?
There are 2 steps in a JCL. If the first step abends due to system or user abend and the second step has COND specified as EVEN or ONLY, will this step still be executed inspite of the abend in the previous step?
what are the ways of passing data to a cobol program from jcl?
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?