how to update asingle record in adabas?
by using GET, can we do a single record updation?



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 ?    10 Yes 0 No

Post New Answer

More ADABAS Interview Questions

What is adabas and why it is used?

0 Answers  


Explain the advantages of adabas?

0 Answers  


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?

2 Answers   Satyam, TCS,


What is the full form of adabas?

0 Answers  


what is adabas? Can u point me to a resource so I can study up for an interview?

6 Answers  






how to update asingle record in adabas? by using GET, can we do a single record updation?

1 Answers   Satyam,


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?

5 Answers   TCS,


Explain associator in adabas?

0 Answers  


What is find and read operation in adabas file?

0 Answers  


What are the key features of adabas database system?

0 Answers  


Difference between Find and Read operation in ADABAS file.

1 Answers   Cognizant,


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?

1 Answers  


Categories