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
Explain how you can debug and test your SAS program?
What is the difference between nodupkey and nodup options?
how does sas handle missing values in assignment statements? : Sas programming
how to do user inputs and command line arguments in sas?
describe how to adjust the performance of data integrator? : Sas-di
What is the purpose of trailing @ and @@? How do you use them?
What is the difference between proportion and average?
What is the use of stop statement?
Differentiate input and infile.
Given an unsorted data set, how to read the last observation to a new data set?
Explain substr function?
What can be the size of largest dataset in SAS?
explain about various caches available in data integrator? : Sas-di
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
How to test the debugging in sas?