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 is JOBLIB ?
What is 'S0C7' abend?
My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........
how to modify the copy book?explain with examples
Explain in DD statement what is the use of DCB parameter?
A. Job Abended in STEP03. Now run job again to execute STEP03, STEP04 (STEP01,STEP02 should not execute again)
3 Answers Cap Gemini, CSC, Xchanging,
Is it possiable to use a gdg in the INCLUDE statement in a SORT jcl? I am using this because I want to change the condition with out changing the jcl. Please provide with a sample code.
What is notcat 2 - gs?
is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?
In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute from 7th to 10th step. What is the solution for this ?
how can we override data definitions in jcl. can any one give detailed example
What are three major types of JCL statements? What are their functions?