Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro

0 Answers  


how do i get last 10obs from a dataset when we don't know about the number of obsevations in that dataset?

7 Answers   TCS,


What is Linear Regression?

0 Answers  


How could you generate test data with no input data?

6 Answers   Quintiles,


How will you use the WHO Drug Dictionary for Reporting Clinical Trials?

0 Answers  


We want to merge file A and B. File A has variable age, file B provide birthdate. How to merge the data according to age in file B

3 Answers  


What is data _null_?

0 Answers  


What is the difference between %local and %global? : sas-macro

0 Answers  


explain what is factor analysis? : Sas-administrator

0 Answers  


how to do user inputs and command line arguments in sas?

0 Answers   D&B, TCS,


At compile time when a SAS data set is read, what items are created?

14 Answers   Accenture,


What statement do you code to tell SAS that it is to write to an external file?

5 Answers  


Categories