how to update asingle record in adabas?
by using GET, can we do a single record updation?
Answer / 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 |
Difference between Find and Read operation in ADABAS file.
What is find and read operation in adabas file?
If i have updated few fields of Adabas file using UPDATE command, and after that i used display to see that field get updted or not. If in Display it showing nothng or record did not get updated then what can be the possible reasons?
Explain the significance of dbid used in adabs?
How to initialize a variable which is a constant in a lda. Suppose I want to declare a variable #a n1(1:7) having constant values as 1,2,3,4,5,6, and 7 for respective occurance then how can we do that?
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 significance of DBID used in Adabs?
how to update asingle record in adabas? by using GET, can we do a single record updation?
There is subprogram and which is used in more then 200 modules. when we made changes to subprogram is it required to RESTOW all the main programs? If YES means how i can restow all 200 main programs at a time.
What are the key features of adabas database system?
Define adabas?
what is adabas? Can u point me to a resource so I can study up for an interview?