Hello Everyone! I have a variable HHPBASE, from which I need to chop off last 3 digits, How do I do that? I tried dividing it by 1000 with intention to round it but, after division instead of decimals, the number display has changed. Thanks in advance.

Code:
* Example generated by -dataex-. For more info, type help dataex
clear
input double HHPBASE
101020101005
101020102001
101020103004
101020104002
101020105010
end