INTEGER*2 Format An INTEGER*2 datum is always an exact representation of an integer, whose values can be positive, negative, or zero. An INTEGER*2 datum occupies half a 32-bit word (two bytes), in two's complement format, and has a range of: -32768 to +32767 (-215 to +215-1)Figure 10-2. INTEGER*2 Format