IBM ADABAS Question:
Download Questions PDF

What is the difference between Null compression and default compression?

Answer:

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.

Download IBM ADABAS Interview Questions And Answers PDF

Previous QuestionNext Question
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?What is adabas?