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

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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