Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



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

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

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

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

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

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

Post New Answer

More JCL Interview Questions

What are SD37, SB37, SE37 abends?

4 Answers  


in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?

3 Answers   Patni,


How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.

3 Answers  


Where can program checkpoints be stored for use in a restart?

0 Answers  


If we want to see the eliminated duplicate record thru SORT, how its output file will be managed

6 Answers   Syntel,


how do you resolve for soc7 error

6 Answers   ACS, iGate,


if we compile the cobol+ db2 program now ofter 5 years we need to compile again?

1 Answers   TCS,


Explain about LMMLIST�list a library's members

1 Answers  


how to do automated restart when a job abends?

0 Answers   IBM,


List the various advantages of using jcl language?

0 Answers  


How to print data of sequential file to Spool..?

2 Answers  


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

0 Answers  


Categories