What are isolation levels? Where do we need to specify them
in compiling JCL?
Answer Posted / 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 |
Post New Answer View All Answers
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What are hierarchy levels in jcl?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How gdg are concatenated?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What is the purpose of the dd keylen parameter?
What do you know about jcl?
How can unused space allocation be returned to the system when a dataset is closed?
What is the syntax of JCL statement?
Does jcl support automatic restart?
What is multithreading in jcl?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?