COMP
Comp is used for Binary Representation
it allows only S and 9 ...
s9(01) to s9(04) it takes 2 bytes memory
s9(05) to s9(09) it takes 4 bytes memory
s9(10) to s9(18) it takes 8 bytes memory
COMP-3
Comp-3 is used for Packed Decimal values
it allows S,9 ,V
mostly it is useful for Decimal Caluculation Values
it takes (n/2)+1 Bytes Memory