The example program below used to return 0 (success) and store the number 1. It now returns 7 (truncated).
PROGRAM INTEGER VAR COMPUTE RC=VARPUT("VAR","1 to 2") WRITE RC VAR END PROGRAM