what is the difference between Null compression and default
compression?
Answers were Sorted based on User's Feedback
Answer / robert gosling
Default compression deletes trailing blanks in alphanumeric
fields and leading zeros in numeric fields.
Null suppression (NU) differs from default compression in
that searches, on descriptor fields defined with null
suppression, do not return records in which the descriptor
field is empty.
| Is This Answer Correct ? | 18 Yes | 1 No |
Answer / prashanth
Null compression - Compress Null values
default Compression - Compress a specific(default) system
value instead of NULL value.
DEFAULT < value> specifies a default value in place of a
NULL.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / kayah jutmai
The default compression type for ADABAS is 'Normal'
compression. This compresses the data by removing trailing
spaces from alphanumeric fields, removing leading zeros and
packing numeric fields, and leaving packed fields as is.
Null Suppression is a type of compression. The field must
be designated with 'NU' for this compression to occur.
Null suppressed fields that are blank or zero only take up
one byte insted of two. If there are multiple empty fields
together they can be compressed into a one byte empty field
count.
| Is This Answer Correct ? | 10 Yes | 8 No |
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?
Difference between Find and Read operation in ADABAS file.
what is adabas? Can u point me to a resource so I can study up for an interview?
Define adabas?
how to update asingle record in adabas? by using GET, can we do a single record updation?
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.
What is adabas?
What is dbid used in adabas?
Why adabas is used?
Explain the advantages of adabas?
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?
What are the key features of adabas database system?