Do you prefer Proc Report or Proc Tabulate? Why?

Answer Posted / satheesh

using proc report we can create a new variable using
compute block .but in the case of tabulate we didnt create..

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the basic structure of a sas program?

594


what are sas bi dashboard components? : Sas-bi

654


What are the different servers in sas? : sas-grid-administration

598


Which date function advances a date, time or datetime value by a given interval?

662


List down the reasons for choosing sas over other data analytics tools.

806






how does sas handle missing values in functions? : Sas programming

597


what is the purpose of _error_? : Sas programming

606


What is the difference between reading data from an external file and reading data from an existing data set?

632


How do you use the do loop if you don’t know how many times you should execute the do loop?

749


What are the ways to do a “table lookup” in sas?

589


how to remove duplicates using proc sql?

624


Differences between where and if statement?

580


how does sas handle missing values in a merge? : Sas programming

551


what is snowflake schema? : Sas-di

694


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;

1963