Answer Posted / laser
IDMS uses record locks to prevent another run-unit from
updating the same record.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Differentiate between structured cobol programming and object-oriented cobol programming.
Give some examples of command terminators?
In COBOL, what is the different between index and subscript?
Can we redefine the field of x(200) to less than 200?
Can we change the password using ALTER? anyone tried and changed?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the usage of comp fields in cobol?
What are literals?
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.
How many bytes S(8) comp field occupy and its maximum value?
How do define dynamic array in cobol.
What is the use of intialize verb?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is comp-1 and comp-2?
How do you differentiate between cobol and cobol-ii?