what is adabas?
Can u point me to a resource so I can study up for an
interview?
Answers were Sorted based on User's Feedback
Answer / winky
You can go to documentation.softwareag.com. This has an
extensive tutorial on natural and adabas:-)
Is This Answer Correct ? | 21 Yes | 3 No |
Answer / shailesh jha
Adabas is a inverted list database, its a software AG
product mostly used with Natural languange. for more
information you can visit Software AG's site
Is This Answer Correct ? | 15 Yes | 3 No |
Answer / fayaz
Adabas is nothing but a data base like DB2 and Oracle, But
it it is stored in a File structure,
On Mainframe u will get some setup where u can use this
adabas.
Is This Answer Correct ? | 13 Yes | 11 No |
Answer / d.basumatary
ADABAS is a pseudo-relational DBMS. A fully relational DBMS
creates access paths to the database each time application programs request data. This gives applications greater
flexibility, but can be extremely costly in machine resource.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / gv
ADABAS is a database specifically created to suit 'Natural'
language (developed by Software AG). However, COBOL
programs also can access ADABAS.
Is This Answer Correct ? | 7 Yes | 19 No |
Answer / umavasudha
Adabas is a adaptable database .Natural can be accessed
from adabas. Natural Adabas is supported onmainframe
platform available on windows,unix and open vms
syastems.adabas mainly includess concepts like read ,find
get statement (all the looping statements)
For more infn go to www.mfstudycenter.com
Is This Answer Correct ? | 6 Yes | 21 No |
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?
What is adabas and why it is used?
What is find and read operation in adabas file?
Explain the advantages of adabas?
Explain associator in adabas?
Why adabas is used?
Explain the difference between null compression and default compression?
What is the full form of adabas?
What is dbid used in adabas?
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?
Define adabas?
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.