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: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 1012 views
  • 0 likes
  • 2 in conversation