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 |
i have step1,step2,step3 from where can i start coding cond parameter ?
how can we pass external data to instream procedures
5 Answers IBM, Infosys, Ocwen,
COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
What is 'S0C7' abend?
Can an individual step be restricted from using all the jobs allowed cpu time?
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
wht r s722,s822,s122 and s222 abends pls reply fast
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?