is there any differnce between proc means and proc summary?
Answer Posted / naveen
Both having almost similar work but,,,,
Proc means having default print option,,,,,,,,,
And in proc summary does not have default print
option,,,,,,,,,,
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How sas treats the dsd delimiters?
What are SAS/ACCESS and SAS/CONNECT?
how do the in= variables improve the capability of a merge? : Sas programming
What is the difference between the proc sql and data step?
How would you identify a macro variable? : sas-macro
How to create a permanent sas data set?
how do you want missing values handled? : Sas programming
How do you add a number to a macro variable? : sas-macro
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
Have you ever used the SAS Debugger?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
What is run-group processing?
why is a stop statement needed for the point=option on a set statement? : Sas programming
describe about physical data integration? : Sas-di
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?