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 |
perform I from 0 by 1 until I=5?How maney times it will executes
can i use multiple when statements in search & search all ? justify ur answer?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?
how to submit a jcl by cobol program. clear me with an example.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
what is level 66 means??
How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end
can we use variable picture clause as xx.99 in cobol.
What is comp-1 and comp-2?
How many sections are there in data division in COBOL?