BookmarkSubscribeRSS Feed
R_A_G_
Calcite | Level 5

Hello All,

Just a quick question regarding saving output of PROC FREQ.

how so I save the output for correlations.

thank you

proc freq data=class.dat_1;

table tru est /out=class.frq_1;

table tru*est/plcorr;   ------> how do I save the output in my C-drive?

run;

2 REPLIES 2
art297
Opal | Level 21

I presume that the library 'class' is your c drive.  If so, and you specify the line as:

table tru*est/plcorr out=class.corr;

do you get what you were expecting?

R_A_G_
Calcite | Level 5

Thanks But I think I have bigger problem now my data fie is not transfering correctly from my c drive, it was doing fine and something happened so

I guest I have to take care of that first

thanks again

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

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