what is the diff. b/w proc means and proc summary?
Answer Posted / sankar
proc means is default printed output.u suppress print
output use noprint option in proc means statement.
proc summary is default noprinted output.u print output
use print option in proc summary statement.
in proc summary must use var statement.
Is This Answer Correct ? | 20 Yes | 10 No |
Post New Answer View All Answers
Explain the main difference between the sas procedures and functions? : Sas-administrator
what is sas metadata server? : Sas-di
What is SAS informats?
Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma
How do you add a number to a macro variable? : sas-macro
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
How to include or exclude specific variables in a data set?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
what do the pad and dim functions do? : Sas programming
How do you define proc in sas? : sas-grid-administration
How would you invoke a macro? : sas-macro
What will calendar procedure do?
How do you control the number of observations and/or variables read or written?
What are the difference between ceil and floor functions in sas?