How does IDMS insure data integrity?

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


Please Help Members By Posting Answers For Below Questions

What is the difference between perform … with test after and perform … with test before?

1136


how do you reference the ksds vsam file formats from cobol programs

868


What is the use of intialize verb?

964


For rewrite, why is it mandatory that file needs to be opened?

832


What are the different rules to perform a Search?

802


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

975


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

2116


Write the code to count the sum of n natural numbers.

918


Discuss about changing dataset name in proc.

953


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2951


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

1023


How you can read the file from bottom?

866


What is inspect in cobol ?

997


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

946


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?

7280