is there any difference between proc summary and proc means?
Answer Posted / sudha
proc means by default produce an output.Proc summary do not
produce output unless we metion output option in proc.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
how can you create zero observation dataset? : Sas programming
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
Why double trailing @@ is used in input statement?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
Describe the function and untility of the most difficult SAS macro that you have written.
describe how to adjust the performance of data integrator? : Sas-di
: and & modifiers.
Can you execute a macro within a macro? Describe. : sas-macro
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
what r the job openings SAS for fresher graduates !
What is run-group processing?
What are symget and symput? : sas-macro
In sas admin differentiate between roles and capabilities? : sas-grid-administration
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro