In COBOL, USAGE IS COMP (Computational) specifies binary format storage for numeric variables, which is highly efficient for arithmetic. USAGE IS COMP-3 defines packed decimal format, where each digit is packed into a half-byte (nibble) with the sign in the last nibble.