What are isolation levels? Where do we need to specify them
in compiling JCL?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of symbol // in jcl?

930


Explain the purpose of dd dummy statement?

671


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) ?

1752


What is the use of disp parameter?

653


what are the statements that are not valid to be included in an include statement?

776






How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1801


which parameter is used to check the syntax of a jcl without executing it?

799


if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

1616


how do you access an uncataloged dataset in a jcl?

841


Is condition checking possible in jcl?

722


what are the types of abends that occur on job failure? And explain the possible causes of these

1118


What parameter of the job statement is used to limit the cpu time consumed by the job?

840


When output dataset space is required, what quantity categories are used?

832


1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat

7088


which parameter is use to declare the name of dataset in dd statement?

737