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

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 794 views
  • 0 likes
  • 2 in conversation