is there any difference between proc summary and proc means?
Answers were Sorted based on User's Feedback
Answer / ganga
yes,proc means gives default listing output as soon as the
program executes where as the proc summary doesnot.
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / ramesh varma
VAR statement must be used in proc summary.
VAR statement is optional in proc means.
proc summary with "print" option desplays output
proc means without "print" option desplays output
| Is This Answer Correct ? | 5 Yes | 0 No |
how to change the execute of macro
How do you download a flat file from Mainframe to your local PC using SAS?
What are the difference between ceil and floor functions in sas?
What is the difference between a PROC step and a DATA step?
Please, anyone, let me know the style or an example of using 'by='/'by' variable of a PDV(Program Data Vector)
3 Answers Verinon Technology Solutions,
Where do you use proc means over proc freq?
What is the difference between verification and validation?
What is proc sort?
why is the use of Retrive statement and give me with example?
1.How many ways are there to create variables? 2.What is CLM,how can we use it? 3.what are the advontages of data step? 4.what is the extension of editor window in SAS 9.1.3? 5.How do you copy a particular data set from one library to another? 6.what is the use of double option? 7.Advontages of Proc Report? 8.what is the basic use of where statement? 9.How do you terminate the statments in SAS Programming? 10.What is the difference between symput and symget? 11.How would a identify the local and global variable? can any one answer for the 4'th question
what is intially documentation for a sas programmer?
How do you debug and test your SAS programs?