What are ISOLATION LEVELS? Where do we need to specify them
in compiling JCL (Exactly which statement and what is
syntax for it)?
Answer Posted / 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 |
Post New Answer View All Answers
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Can we change the password using ALTER? anyone tried and changed?
Difference between array and sub-script ?
What is the difference between structured cobol programming and object alternativelyiented cobol?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
A table has two indexes defined. Which one will be used by the SEARCH?
What are the different types of condition in cobol and write their forms.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is difference between static and dynamic call in cobol?