What is the difference between Proc tabulate and Proc print
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / sheetal
proc print produces list report output. Proc Tabulate print
crosstabulation report output.
| Is This Answer Correct ? | 3 Yes | 0 No |
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 |
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.
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.
what are sas bi dashboard components? : Sas-bi
How do you add a number to a macro variable?
What can be the size of largest dataset in SAS?
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;
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.
Are you familiar with special input delimiters? How are they used?
What is highest missing value for numeric?
what is Enterprise Guide?what is the use of it?
for whom is sas data integration studio designed? : Sas-di