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 is program data vector (pdv) and what are its functions?
What is the difference between %local and %global?
How do you control the number of observations and/or variables read or written?
what is factor analysis? : Sas-administrator
Describe how you would pass data to macro.
What are the functions used for character handling?
Is it possible to do sorting tranformation in charecter variable??if can tell me one eg..
explain the use of % includes a statement in sas? : Sas-administrator
Hi... this is chandu, did MSc Microbiology, trying to get job in SAS tool, PLZ Tell me whether IT industries will give consider my education to gain a job....?
what is the function of catx syntax? : Sas-administrator
What is a post baseline?
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