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
What are the differences between sum function and using “+” operator?
How can sas program be validated?
What is the use of divide function?
What is SAS informats?
what is the use of sas management console? : Sas-di
how are numeric and character missing values represented internally? : Sas programming
what are the best practices to process the large data sets in sas programming? : Sas-administrator
what are validation tools that are used in sas? : Sas-administrator
what is proc Index? and what is proc document?
What are the features of base sas system?
Have you used macros? For what purpose you have used? : sas-macro
what is the purpose of _error_? : Sas programming
how do you want missing values handled? : Sas programming
How to include or exclude specific variables in a data set?
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?