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?
Answers were Sorted based on User's Feedback
Answer / umavasudha
Actually whenerver u do a update it should be followed by a
end transaction,so that update works for the fields that
are modified.
If the particular field is nopt updated ,there is a
possibility of error which occured in moving the fields to
file .once updated u an see the fields.
| Is This Answer Correct ? | 45 Yes | 2 No |
Answer / varun mittal
The find instruction may b used to display such that we
applied find command to get the records corresponding to
our search entry and after that record might me updated.So
the updated inverted list will be formed but the ISN list
in the working storage section will not be updated giving
the same records prior to updation.
| Is This Answer Correct ? | 3 Yes | 19 No |
What is the full form of adabas?
Explain the difference between null compression and default compression?
What is dbid used in adabas?
What is adabas and why it is used?
What is find and read operation in adabas file?
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?
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 How will you the specification of database file?
What are the key features of adabas database system?
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.
Explain the advantages of adabas?
Define adabas?