In COBOL, COMP (computational) data items use binary representation. For digits in the 5-9 range, the storage allocated is 4 bytes (halfword or fullword depending on implementation). This is based on the standard COMP storage allocation rules where the number of bytes depends on the expected range of values.