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 |
why we are using picture clause in the cobol programs?
Syntax for JCLLIB & JOBLIB???
can we use variable picture clause as xx.99 in cobol.
what is a zoned decimal data type and how it will be stored?
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
What is the usage of comp fields in cobol?
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
I want to declare a field with data type Double in my COBOL program. how shall i do that ?
What should be the sorting order for SEARCH ALL?
Discuss about changing dataset name in proc.
Write a program to explain size error.
How do u sort the table for Search ALL? Is it only using ASCENDING KEY IS statement in occurs clause? If the data is input in non ascending order, will the ASC KEY IS automatically sort the data? or will it throw compile time error?