what is the diff. b/w proc means and proc summary?
Answer Posted / pradeep
Differences between summary and means proceedure are 2.
One is print and noprint options and var statement.
Proc means give diff result with out var statement and proc
summary give diff result with out var statement all u people
try once.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Differentiate input and infile.
What is data _null_?
How would you identify a macro variable? : sas-macro
explain what is factor analysis? : Sas-administrator
what are all the reports you generated in your recent project?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
What does P-value signify about the statistical data?
What is a method to debug and test your SAS program?
What is proc sort?
which features do you use to check the data validations and errors? : Sas-administrator
what do the pad and dim functions do? : Sas programming
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
What is the difference between match merge and one to one merge?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
What are the features of base sas system?