Integer value is outside of valid range---results are undefined
Explanation: The compiler truncates the value, and the results are
undefined because your program violates one of these rules:
a. The value is greater than that allowed by RMS.
b. The value is not less than 2**31.
c. The value is equal to zero.
User Action: Modify the value so that it is within the valid
range.