what is the difference between Null compression and default
compression?

Answers were Sorted based on User's Feedback



what is the difference between Null compression and default compression?..

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

what is the difference between Null compression and default compression?..

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

what is the difference between Null compression and default compression?..

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

Post New Answer

More ADABAS Interview Questions

What is the full form of adabas?

0 Answers  


Explain the advantages of adabas?

0 Answers  


What is adabas and why it is used?

0 Answers  


What is adabas?

0 Answers  


What is find and read operation in adabas file?

0 Answers  






Explain associator in adabas?

0 Answers  


Difference between Find and Read operation in ADABAS file.

1 Answers   Cognizant,


What is dbid used in adabas?

0 Answers  


Why adabas is used?

0 Answers  


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?

5 Answers   TCS,


Define an associator in adabas?

0 Answers  


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?

2 Answers   Satyam, TCS,


Categories