LOGICAL*2 Format A LOGICAL*2 datum is a representation of true or false. The LOGICAL*2 format occupies half of one 32-bit word in memory. If the least significant bit (8) of the most significant byte is 1, the value is true; otherwise it is false.Figure 10-9. LOGICAL*2 Format