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
What is the difference between perform … with test after and perform … with test before?
how do you reference the ksds vsam file formats from cobol programs
What is the use of intialize verb?
For rewrite, why is it mandatory that file needs to be opened?
What are the different rules to perform a Search?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Write the code to count the sum of n natural numbers.
Discuss about changing dataset name in proc.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How you can read the file from bottom?
What is inspect in cobol ?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
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?