What is an Associator in ADABAS?
Answers were Sorted based on User's Feedback
Answer / kiran kumar
Associator contains inverted list and address converter.
1. Inverted list contains the internal sequence number(ISN)
and the despritor and even the number of ISNs associated
with the descriptor.
2. Address converter contains the corresponding block
numbers(to be physically located in a particular database
file) for the ISNs in the default order of ISNs.
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / jana
Associator is one of the datasets of the adabas.
It contains -
Number of adabas files which have been allocated in data
storage.
The physical location of the extents of the file in the data
storage.
Address converter, Inverted list, FDT.
Is This Answer Correct ? | 9 Yes | 3 No |
Answer / pat
The Associator contains information about data
relationships.
Is This Answer Correct ? | 7 Yes | 2 No |
Answer / giri
Associator is one of the main components required for and
ADABAS Database to exist. This holds the information about
the Database, Files, Free space, Inverted lists & Address
Convertor.
Associator holds the information required for accessing the
data from DATASTRORAGE. This has General Control Block, File
Control Block, Free Space table, Data Storage Space Table,
Inverted Lists of Each file and Address Converter for the
database.
Is This Answer Correct ? | 4 Yes | 0 No |
what is adabas? Can u point me to a resource so I can study up for an interview?
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?
Define an associator in adabas?
What is dbid used in 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?
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?
Explain the advantages of adabas?
how will you the specification of database file ?
What are the key features of adabas database system?
What is find and read operation in adabas file?
Define adabas?
What is the significance of DBID used in Adabs?