BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
sasspan
Obsidian | Level 7

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 

1 ACCEPTED SOLUTION

Accepted Solutions
ballardw
Super User

Incomplete syntax. You need to indicate the value as a single character:

 

Options missing = '0';

View solution in original post

2 REPLIES 2
ballardw
Super User

Incomplete syntax. You need to indicate the value as a single character:

 

Options missing = '0';

sasspan
Obsidian | Level 7

Wow, I can't believe how easy that was...  Thanks man, makes me feel like I should have figured that out 🙂

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

Register Now

Creating Custom Steps in SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 775 views
  • 0 likes
  • 2 in conversation