What are ISOLATION LEVELS? Where do we need to specify them
in compiling JCL (Exactly which statement and what is
syntax for it)?
Answers were Sorted based on User's Feedback
Answer / vijay
It is a bind parameter,It determines the duration of the
page lock.
It contains three possible values are there.
1)cs(cursor stability).
2)rr(repeatable read)
3)ur(uncommitted read)
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / chandra
Leena,
The Isolation level can b given in BIND parameter only. not
in JCL, but the member nameshould be given along with ur
DBRMlibrary in DBRMLIB step in JCL.
| Is This Answer Correct ? | 2 Yes | 0 No |
SUPPOSE I HAVE 60 CHARACTERS STING. IN THAT I WANT FIND OUT HOW MANY TIMES 'A'(ASSUME)WILL REPEATED AND I HAVE TO PASS 'E' IN PLACE OF 'A'ALONG THAT STRING.
consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error
what happens if we dont close cursor in db2-cobol pgm?
what is a zoned decimal data type and how it will be stored?
if a file has 1000 recods how copy the records from 1 to 100 records using sort
If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?
what is record label is empty or standard in file description of data division?
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Explain call by context by comparing it to other calls.
Differentiate between structured cobol programming and object-oriented cobol programming.
How to read a 100 record from a file through cobol?