BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
muawia27
Calcite | Level 5

I am new to SAS and  trying to summarize all the options for the following PROCs : FREQ MEAN SGPLOT CORR and what each of them do .

 

Thanks 

1 ACCEPTED SOLUTION

Accepted Solutions
Kurt_Bremser
Super User

SAS® 9.4 and SAS® Viya® 3.4 Programming Documentation 

Open Base SAS Procedures. FREQ and CORR are in Base SAS Statistical Procedures, MEAN is in the Base SAS Procedures Guide.

SGPLOT, being a graphics procedure, is found here under Output and Graphics.

 

View solution in original post

3 REPLIES 3
mkeintz
PROC Star

That's what documentation is for.

--------------------------
The hash OUTPUT method will overwrite a SAS data set, but not append. That can be costly. Consider voting for Add a HASH object method which would append a hash object to an existing SAS data set

Would enabling PROC SORT to simultaneously output multiple datasets be useful? Then vote for
Allow PROC SORT to output multiple datasets

--------------------------
SASKiwi
PROC Star

I recommend you bookmark: documentation.sas.com 

Kurt_Bremser
Super User

SAS® 9.4 and SAS® Viya® 3.4 Programming Documentation 

Open Base SAS Procedures. FREQ and CORR are in Base SAS Statistical Procedures, MEAN is in the Base SAS Procedures Guide.

SGPLOT, being a graphics procedure, is found here under Output and Graphics.