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

1.How to draw pivot tables in Excel by using SAS and in which version we can use VB script for to draw pivot tables in Excel? Answer with example data. 2.What are the advantages of _NULL_ in Data steps? Can we use _NULL_ in Proc steps also? 3. How to call the macro variable into Data Steps? 4. Can we draw pivot tables in Excel using Proc SQL? Please post answers for the above questions with suitable examples, and how to use VB script for Excel using SAS.

1 Answers  


Suppose there is a SAS dataset with following values - Parent Child A B B C D E F G G H H I and so on….. This goes onto 1000s of observations/rows. Now how do we identify from this dataset Grandparents and Grandchildrens ?

5 Answers   American Express, Barclays,


here is a string like chq.2312244%4452- from that i want only special characters in a column. dont use compress. bcoz i have 1.2 billion of records.i want another process to find the values instant from the data.

2 Answers   Cap Gemini, L&T,


what are sas bi dashboard components? : Sas-bi

0 Answers  


How do you add a number to a macro variable?

2 Answers  


What can be the size of largest dataset in SAS?

0 Answers  


In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;

1 Answers  


data task; input id date date9. visit; cards; 101 01jan2015 1 101 02jan2015 2 101 06jan2015 3 102 04jan2015 1 102 07jan2015 2 102 12jan2015 3 103 06jan2015 1 103 13jan2015 2 ; run; write a program to find out missing dates between visits by each subject.

1 Answers  


Are you familiar with special input delimiters? How are they used?

4 Answers   Accenture,


What is highest missing value for numeric?

1 Answers  


what is Enterprise Guide?what is the use of it?

2 Answers   CitiGroup, Oracle,


for whom is sas data integration studio designed? : Sas-di

0 Answers  


Categories