What is the difference between Proc tabulate and Proc print

Answers were Sorted based on User's Feedback



What is the difference between Proc tabulate and Proc print..

Answer / ranjith.m

The PRINT procedure: prints the observations in a SAS data
set, using all or some of the variables. You can create a
variety of reports ranging from a simple listing to a
highly customized report .

The Tabulate procedure : used to print tabular type of
Reports
and we can find descriptive statistics.

Is This Answer Correct ?    11 Yes 1 No

What is the difference between Proc tabulate and Proc print..

Answer / pavan

proc print is used to print the observations in the output
proc tabulate is used to print the observations in table
form
as rows and colums

Is This Answer Correct ?    5 Yes 0 No

What is the difference between Proc tabulate and Proc print..

Answer / sheetal

proc print produces list report output. Proc Tabulate print
crosstabulation report output.

Is This Answer Correct ?    3 Yes 0 No

What is the difference between Proc tabulate and Proc print..

Answer / suresh ganapuram

Proc tabulates out puts the aggregate values in table

whereas

Proc print used to print the data of a dataset into an out
put window

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More SAS Interview Questions

In SAS explain which statement does not perform automatic conversions in comparisons?

0 Answers  


what is washout period?

3 Answers   Cognizant,


What do the SAS log messages "numeric values have been converted to character" mean?

0 Answers   Quintiles,


what is the Population you used in your project, is it ITT or PP?

0 Answers   Accenture, Quintiles,


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

0 Answers  


What is the difference between informat and format statement?

1 Answers  


diff between nodup rec and ondup key???

3 Answers   AON, Sciformix,


How to test the debugging in sas?

0 Answers  


How do handle working under pressure?

1 Answers   Oracle, Wipro,


If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?

0 Answers  


What are the main differences between sas versions 8.2, 9.0, 9.1?

4 Answers  


How you can read the variables that you need?

0 Answers  


Categories