It turns out I've been missing a lot of data because some of my procedure keys are coded as, for example, 84.300000002 instead of 84.3.
Any advice on how to remove those extra decimal points?
I've tried round(var,0.01) and format var %12.2f, but neither of those seems to help-- the variable displays as I'd like to see it in the data view, but the actual value doesn't seem to change.
Thanks,
Mariya