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
How to create list output for cross-tabulations in proc freq?
List out some key concept of SAS
What are the new features included in the new version of SAS Programming Language?
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
How long can a macro variable be? A token? : sas-macro
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
What is the SAS data set?
What is the difference between proportion and average?
What is the function of Stop statement in a SAS Program?
Name few SAS functions?
Explain the main difference between the sas procedures and functions? : Sas-administrator
for report generation which one you used proc report or data_null_?
What is substr function?