Hello -
I am using the following -
options missing=0;
I have numeric variables with missing values and at the beginning of the code the missings do change to 0. Then by the final output (with no more options or anything referencing missing values) the values are back to "."
Thanks,
Andrew
Incomplete syntax. You need to indicate the value as a single character:
Options missing = '0';
Incomplete syntax. You need to indicate the value as a single character:
Options missing = '0';
Wow, I can't believe how easy that was... Thanks man, makes me feel like I should have figured that out 🙂
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.