Name the option to produce a frequency line items rather
that a table.
Answers were Sorted based on User's Feedback
Answer / sreekanth rao
use the list option in table statement.it will not print
the table, it will print only line items.
LIST
displays two-way to n-way tables in a list format rather
than as crosstabulation tables
proc freq data= SampleData;
tables XX*YY/ list;
please provide the comments
| Is This Answer Correct ? | 18 Yes | 0 No |
what is difference in window SAS & Unix SAS.....how do define working environment in both???
what is Business Intelligence?
Can you use a macro within another macro? If so how would SAS know where the current acro ended and the new one began?
What is the difference between Proc tabulate and Proc print
What sas features do you use to check errors and data validation?
How to merge the data using merge statement and proc format? Is the result is same ?
which date function advances a date, time or datetime value by a given interval? : Sas programming
What are the limitations for memory allocation for SAS variables
what is syntax of proc merge ?
how to read character value without using substr function in sas ?
What is proc sql pass through facility?
Explain the special input delimiters used in sas programming.