Hi,
I want to eliminate the decimal points from my sas datafile. Can I have the code for that specific variable? there are codes to bring the outcome without decimal points but I want to change it in the datafile.
Thanks
Var = round(var, 1);
format var 8.;
View solution in original post
Dive into keynotes, announcements and breakthroughs on demand.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.
Browse our catalog!