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 type of graphs we will create(for 2+years candidates)?
Have you ever linked SAS code, If so, describe the link and any required statements used to either process the code or the step itself?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
What are the parameters of scan function?
What are the data types that sas contain?
what are the advantages of using SAS in clinical data mangement? why should not we use other software products in managing clinical data?
How could you generate test data with no input data?
what is data governance? : Sas-di
what are the sites did u refer for enquiries and doubts for SAS
Mention few ways with which a “table lookup’ is done in sas programming.
What is the difference between match merge and one to one merge?
how can you improve the performance of a query, If it is excuting very slowly?