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 what Proc glm does?
Do you know the features of sas?
what is sas application server? : Sas-di
explain the main difference between the nodup and nodupkey options? : Sas-administrator
How are numeric and character missing values represented internally?
what is enterprise guide? What is the use of it? : Sas programming
Why and when do you use proc sql?
what are the considerations when picking a SAS/STAT procedure?
what is sas data set?
What are the parameters of scan function?
Explain the special input delimiters used in sas programming.
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?
What is the purpose of trailing @ and @@? How do you use them?
what is the use of proc contents and proc print in sas? : Sas-administrator
What is the general format of function in sas? : sas-grid-administration