what is the diff. b/w proc means and proc summary?

Answer Posted / phillip

-proc means by default produce an output but proc summary not
-if u don't want output from proc means then add noprint option and if u want output from proc summary then put print option.
-cpu time and real time is more for proc summary(if you are using print option)

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the differences between sum function and using “+” operator?

808


How can sas program be validated?

791


What is the use of divide function?

803


What is SAS informats?

853


what is the use of sas management console? : Sas-di

823


how are numeric and character missing values represented internally? : Sas programming

872


what are the best practices to process the large data sets in sas programming? : Sas-administrator

799


what are validation tools that are used in sas? : Sas-administrator

837


what is proc Index? and what is proc document?

2247


What are the features of base sas system?

801


Have you used macros? For what purpose you have used? : sas-macro

816


what is the purpose of _error_? : Sas programming

861


how do you want missing values handled? : Sas programming

730


How to include or exclude specific variables in a data set?

878


hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?

1895