Machine characteristics, as determined by HDS _BYTE data type: Unformatted size in bytes: 1 Formatted size in characters: 4 Minimum value: -128 (hex 80) Maximum value: 127 (hex 7F) Bad data value: -128 (hex 80) Data format: 2's complement integer ('2COMP') Storage order: Most significant byte first ('MSB') _CHAR data type: Unformatted size in bytes: 1 Formatted size in characters: 1 Bad data value: '*' (hex 2A) Data format: ASCII characters ('ASCII') Storage order: Most significant byte first ('MSB') _DOUBLE data type: Unformatted size in bytes: 8 Formatted size in characters: 24 Decimal digits of precision: 17 Minimum value: -1.7976931348623157E+308 (hex FFEFFFFFFFFFFFFF) Maximum value: 1.7976931348623157E+308 (hex 7FEFFFFFFFFFFFFF) Bad data value: -1.7976931348623157E+308 (hex FFEFFFFFFFFFFFFF) Data format: IEEE double precision ('IEEE_D') Storage order: Least significant byte first ('LSB') _INTEGER data type: Unformatted size in bytes: 4 Formatted size in characters: 11 Minimum value: -2147483648 (hex 80000000) Maximum value: 2147483647 (hex 7FFFFFFF) Bad data value: -2147483648 (hex 80000000) Data format: 2's complement integer ('2COMP') Storage order: Least significant byte first ('LSB') _LOGICAL data type: Unformatted size in bytes: 4 Formatted size in characters: 5 Bad data value: -1520805211 (hex A55A5AA5) Data format: Zero ==> FALSE, non-zero ==> TRUE ('NZ') Storage order: Least significant byte first ('LSB') _REAL data type: Unformatted size in bytes: 4 Formatted size in characters: 15 Decimal digits of precision: 9 Minimum value: -3.40282347E+38 (hex FF7FFFFF) Maximum value: 3.40282347E+38 (hex 7F7FFFFF) Bad data value: -3.40282347E+38 (hex FF7FFFFF) Data format: IEEE single precision ('IEEE_S') Storage order: Least significant byte first ('LSB') _UBYTE data type: Unformatted size in bytes: 1 Formatted size in characters: 3 Minimum value: 0 (hex 00) Maximum value: 255 (hex FF) Bad data value: 255 (hex FF) Data format: Binary integer ('BINARY') Storage order: Most significant byte first ('MSB') _UWORD data type: Unformatted size in bytes: 2 Formatted size in characters: 5 Minimum value: 0 (hex 0000) Maximum value: 65535 (hex FFFF) Bad data value: 65535 (hex FFFF) Data format: Binary integer ('BINARY') Storage order: Least significant byte first ('LSB') _WORD data type: Unformatted size in bytes: 2 Formatted size in characters: 6 Minimum value: -32768 (hex 8000) Maximum value: 32767 (hex 7FFF) Bad data value: -32768 (hex 8000) Data format: 2's complement integer ('2COMP') Storage order: Least significant byte first ('LSB') _INT64 data type: Unformatted size in bytes: 8 Formatted size in characters: 20 Minimum value: -9223372036854775808 (hex 8000000000000000) Maximum value: 9223372036854775807 (hex 7FFFFFFFFFFFFFFF) Bad data value: -9223372036854775808 (hex 8000000000000000) Data format: 2's complement integer ('2COMP') Storage order: Least significant byte first ('LSB')