Multiple choice technology mainframe What is Comp-3 usage? Packed Decimal Binary Usage Hex Single precision floating point none Reveal answer Fill a bubble to check yourself A Correct answer Explanation Comp-3 is a COBOL storage format for packed decimal data that efficiently stores two decimal digits per byte, using the final nibble for the sign. It provides compact storage and efficient decimal arithmetic compared to zoned decimal format.