Hi
For numeric fields that are blank, is there a configuration in Enterprise Guide that enables you to use blank spaces instead of periods?
I believe there is a Missing= function, but I would rather not do this column by column, if possible.
Paul
You want SAS system option MISSING;
options missing=' ';
Thanks a lot.
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.