Using the following code
SurvM=input(Surv_M, best32.);
I let SAS strive to convert scientific values stored in CHAR format to numeric BEST32., however, though most of them get converted, I see there are a few left which did not get converted.
What should I do?
Please provide examples of ones that do not get converted.
SurvM=input(Surv_M, E32.);
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.