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
explain about data integrator metadata reports? : Sas-di
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
what techniques and/or procs do you use for tables? : Sas programming
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
What is the differnce between SDTM 3.1.2 to 3.1.1 version
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
Give e an example of..
What is the maximum length of the macro variable?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
why a stop statement is needed for the point= option on a set statement?
Name few SAS functions?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
what are sas/access and sas/connect? : Sas programming
How to sort in descending order?