how to update asingle record in adabas?
by using GET, can we do a single record updation?
Answer Posted / maitree priyadarsini
Yes. We can update a single record by get. All we need to know is the isn of the record.
Gt.
Get #isn (view)
update (Gt1.)
end transaction
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Why adabas is used?
What is adabas?
What is adabas and why it is used?
Explain associator in adabas?
What is dbid used in adabas?
Explain the significance of dbid used in adabs?
What are the key features of adabas database system?
Explain the advantages of adabas?
Suppose if I have updated few fields of adabas file using update command, and after that I used display to see that field get updated or not. If in display it showing nothing or record did not get updated then what can be the possible reasons?
What is the full form of adabas?
Explain the difference between null compression and default compression?
Define adabas?
Explain How will you the specification of database file?
Define an associator in adabas?
What is find and read operation in adabas file?