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 do you specify the number of iterations and specific condition within a single do loop?
What is run-group processing?
Explain what Proc glm does?
What are the implications?
What is the difference between proportion and average?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
Mention common programming errors committed in sas ?
In proc transpose and data step with arrays which one you pick?
Explain input and put function?
What is the use of function Proc summary?
Explain proc sort?
Hi, If anyone has base SAS certification dumps, please share.
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
What is Linear Regression?
Which date function advances a date, time or datetime value by a given interval?