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
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
how does sas handle missing values in sort order? : Sas programming
how will you locate the sas platform applications? : Sas-bi
Can you execute a macro within a macro? Describe. : sas-macro
Can you execute macro within another macro? : sas-macro
What is the sas data set? : sas-grid-administration
what are the scrubbing procedures in sas? : Sas programming
What do you know about sas and what we do? : sas-grid-administration
Difference between nodup and nodupkey options?
Describe the ways in which you can create macro variables? : sas-macro
describe the interaction table in sas di? : Sas-di
Describe crosslist option in tables statement?
Describe the ways in which you can create macro variables?
What are the differences between proc means and proc summary?
Explain the difference between nodup and nodupkey options?