ADABAS basic concepts. Like inverted list, address
converter ,data storage

Answers were Sorted based on User's Feedback



ADABAS basic concepts. Like inverted list, address converter ,data storage ..

Answer / nagendra rampuria

with evry descriptor inverted list is associated which
tells about all the values of the descriptor with their
counts and the ISNs of the records.

Address convertor is associated with an adabas file whic
tells the block number of an ISN

Datastorage has all the blocks which contains the record.

Is This Answer Correct ?    14 Yes 1 No

ADABAS basic concepts. Like inverted list, address converter ,data storage ..

Answer / niki

ADABASE the adaptable database, is a high-performance,
multithreaded, database management system for mainframe
platforms where database performance is a critical factor.
It is built on INVERTED LIST model.

Inverted List: it is used to resolve Adabas search commands
and read records in logical sequence, is built and
maintained for each field in an Adabas file that is
designated as a key field or “descriptor”.t is called
an “inverted” list because it is organized by descriptor
value rather than by ISN.

ADDRESS CONVERTOR:it contains the RABN's in ISN order. It
determines the physical location of a record. It is an
index that maps the logical identifier of a record (that
is, the ISN) to the relative Adabas block number (RABN) of
the Data Storage block where the record is stored.

DATA Storage:It stores the actual record in the order in
which it was entered

Is This Answer Correct ?    10 Yes 1 No

Post New Answer

More Natural Interview Questions

What exactly is a hyperdescriptor? How does it work?

3 Answers  


how many work file we can code in jcl?

2 Answers  


You are processing an input file in a Natural program and you want the program to fail if the file is empty. What command you use in Natural to force it to fail ?

6 Answers   IBM, TCS,


What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.

2 Answers   Shaam,


How to receive data passed through jcl parm parameter in a natural program?

0 Answers  






If the number of parameter is more than the expected then NAT0919 error is displayed. How many parameter are allowed in a CALL and CALLNAT statement?

3 Answers   JPMorgan Chase,


What is the difference between External subroutine and subprogram?

3 Answers  


How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.

4 Answers  


Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?

0 Answers  


Explain the like inverted list?

0 Answers  


Can we see the copy book length using file-aid?

0 Answers  


Explain the difference between external subroutine and subprogram?

0 Answers  


Categories