What is the significance of DBID used in Adabs?
Answer / hemant
DBID stands for database ID, in a Adabas server environment
you can have multiple data base running. DBID represents
unique ID of the database. Each file in Adabas has its DBID
and FNR.
| Is This Answer Correct ? | 23 Yes | 1 No |
how will you the specification of database 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?
Define adabas?
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?
what is adabas? Can u point me to a resource so I can study up for an interview?
what is the difference between Null compression and default compression?
What is the significance of DBID used in Adabs?
Explain the significance of dbid used in adabs?
Define an associator in adabas?
What is find and read operation in adabas file?
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?