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 function of substr in sas? : Sas-administrator
What is the purpose of _character_ and _numeric_?
Describe crosslist option in tables statement?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
what are sas bi dashboard components? : Sas-bi
What is data _null_?
what is the use of proc sql? : Sas programming
Describe what are the different levels of administrative users in sas? : sas-grid-administration
describe about physical data integration? : Sas-di
What are the scrubbing procedures in sas?
how does sas handle missing values in assignment statements? : Sas programming
Give an example where SAS fails to convert character value to numeric value automatically?
how do you test for missing values? : Sas programming
What is a macro routine?
Mention what is the difference between nodupkey and nodup options?