Hello
Is there a way to change the bands I have created via Proc Format to real values?
Ie I have a variable Price ranging from 1 - 100 and have used Proc Format to display it as A:1 - 10, B:10 - 20 etc
I want to merge this dataset to another one with the same format applied. Currently my merge wont match value 8 with format A:1 - 10 to value 7 wirth format A:1 - 10. Is there a way to make that happen?
Thanks
... View more