Invalid results for MOD10 operations

Last Updated : Sep 08, 2012 |

During MOD10 operations, a variable or digits buffer can be assigned a # character. The # character signifies that the number of digits in operand1 does not equal the number evaluated in operand2.

Example: The following example results in setting the digits buffer to # because operand1 has no digits, but operand2 specifies 16 digits.

set digits = none MOD10 16