BookmarkSubscribeRSS Feed
Hart
Calcite | Level 5
Cannot find a delete post feature. so please ignore as problem has been resolved!!

I am creating a percentage via sql. I am transferring it to Excel through a DDE Link. I have successfully done this for a few tables. the problem is for 1 table I keep getting trailing "--" or " ." in the entries. I cannot determine why!!

proc sql;
create table table4 as
select *,
(N_tot / sum(N_tot) * 100) as N_tot_Pct
from table4a where circdist ne 0;
quit;


numbers in sas are outtputted as

0.6 .
0.3 .
1.5 .

or
0.6 --
0.3 --
1.5 --

I removed any formatting options from both the sas data set and excel set to ensure that this was not the issue Message was edited by: Hart

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

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 0 replies
  • 793 views
  • 0 likes
  • 1 in conversation