Name the option to produce a frequency line items rather
that a table.
Answer Posted / 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 |
Post New Answer View All Answers
Difference between informat and format?
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
What is the use of divide function?
What are the statements that are executed only?
What can be the size of largest dataset in SAS?
how could you generate test data with no input data? : Sas programming
Tell e how how dealt with..
Which function is used to count the number of intervals between two sas dates?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
Are you involved in writing the inferential analysis plan? Tables specfications?
For what purpose would you use the RETAIN statement?
What are the limitations for memory allocation for SAS variables
Explain substr function?
What will calendar procedure do?
What are the statements in proc sql?