How does IDMS insure data integrity?
Answer / laser
IDMS uses record locks to prevent another run-unit from
updating the same record.
| Is This Answer Correct ? | 3 Yes | 0 No |
i Want All cobol ERROR codes?
what is the use of outrecord?
Difference between cobol and cobol-ii?
What is SDSF?
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
What is rmode(24)
what are the steps to sort in a cobol program?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What guidelines should be followed to write a structured Cobol program?
I want ALL jcl ERROR cods
01 a pic s9(5) occupies how many bytes ?
What are ISOLATION LEVELS? Where do we need to specify them?