Do you prefer Proc Report or Proc Tabulate? Why?
Answer Posted / sas - user
Proc Report and Proc Tabulate procedures are very useful
for generating reports. Proc Report is preferable in using
listing type reports and Proc Tabulate is preferable in
genrating Tables.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What are the difference between the sas data step and sas procs?
How would you identify a macro variable?
for report generation which one you used proc report or data_null_?
Give e an example of..
explain about sas business intelligence? : Sas-bi
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
What is the basic syntax style in SAS?
What are the features of base sas system?
What are the table names in oracle database...?
What areas of SAS are you most interested in?
Given an unsorted data set, how to read the last observation to a new data set?
Mention how to limit decimal places for the variable using proc means?
Differences between where and if statement?
How we can call macros with in data step? : sas-macro
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;