Hi All,
I am subtracting count2 from count1. I have some missing variables (which is actually zero) and in the result column it shows (.) instead of a munber i am expecting. can someone please help.
Data want;
set have;
Result = (count2-count1);
run;
Count1 Count2 Result
. 5 .
2 6 4
. 3 .
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.