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 |
How many times the loop runs here 01 a pic 9(2) value 10. perform para1 a times stop run. para1: move 20 to a.
How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?
Minimum how many Number of Paragraphs are there in ID- Divison?
What is perform what is varying?
Why there is no questions in this column?
What are the pertinent COBOL
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
What do you understand by passing by reference and passing by content?
How do you get the data to code the BMS macro?
Can we use goto statement in inline_perform ?
Can the OCCURS clause be at the 01 level?
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?