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
What is the difference between perform … with test after and perform … with test before?
Which Search verb is equivalent to PERFORM…VARYING?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Why occurs cannot be used in 01 level in COBOL?
how to convert the recors form vsam file to db2 table tru file aid
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What are the different data types in cobol?
What is comp-1 and comp-2?
How do you differentiate between cobol and cobol-ii?
How many sections are there in data division in COBOL?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Write the code implementing the perform … varying.
what happens if parmparameter passes zero bytes to the program