In COBOL, COMP (binary) data items with 5-9 digits occupy 4 bytes of storage (a fullword). The storage allocation follows binary word boundaries: 1-4 digits use 2 bytes (halfword), 5-9 digits use 4 bytes (fullword), and 10-18 digits use 8 bytes (doubleword).