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 do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
what is MSGLEVEL?
how to code in cobol while using variable block file?
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
Explain how to differentiate call by context by comparing it to other calls?
What is difference between COBOL and VS COBOL II?.
how can we get current dat and time thru cobol pgm
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How many maximum number of procedures can we write in one COBOL program?
Difference between next and continue clause