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 |
how to update asingle record in adabas? by using GET, can we do a single record updation?
Define adabas?
what is the difference between Null compression and default compression?
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?
Explain the advantages of adabas?
What is the full form of adabas?
How can we 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?
what is adabas? Can u point me to a resource so I can study up for an interview?
What is dbid used in adabas?
Define an associator in adabas?
What is an Associator in ADABAS?
Explain associator in adabas?