what are the differences between proc report and proc
tabulate?
Answer Posted / ravi
Proc Report is used for listing output and ODS destinations
Proc tabulate is an alternative to using Proc report or File Print. Proc Tabulate summarizes value for all observation in a data set and prints the summaries in a table format.
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
what is proc Index? and what is proc document?
what are sas bi dashboard components? : Sas-bi
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
What is the difference between %local and %global? : sas-macro
which date functions advances a date time or date/time value by a given interval? : Sas programming
name several ways to achieve efficiency in your program? : Sas programming
How do you use the do loop if you don’t know how many times you should execute the do loop?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
What is SAS? What are the functions does it performs?
what are _numeric_ and _character_ and what do they do? : Sas programming
how many types of prompts are there? : Sas-bi
what is sas database server? : Sas-di
What does proc print, and proc contents are used for?
which features do you use to check the data validations and errors? : Sas-administrator
what is program data vector? : Sas-administrator