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 |
Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.
Explain proc sort?
What is maximum storage capability of SAS?
Differentiate between ceil and floor functions.
what is incremental update ? is this possible in SAS OLAP CUBE STUDIO.
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
what is slowly changing dimension? : Sas-di
What are the different types of sas functions?
· What are some good SAS programming practices for processing very large data sets?
what is the diff. b/w proc means and proc summary?
What is the purpose of trailing @ and @@? How do you use them?