Name the option to produce a frequency line items rather
that a table.
Answer Posted / x
Use levels option with no print for table
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Why double trailing @@ is used in input statement?
How is character variable converted into numeric variable and vice versa?
Mention the category in which sas informats are placed?
what is treatment emergent events and treatment emregent adverse event
What is the use of function Proc summary?
why is a stop statement needed for the point=option on a set statement? : Sas programming
how can you import .csv file in to sas? : Sas programming
What is the maximum length of the macro variable? : sas-macro
Do you need to know if there are any missing values?
what is null hypothesis? why do you consider that?
What Proc glm does?
How would you include common or reuse to be processed along with your statements?
What is the purpose of _character_ and _numeric_?
How do you specify the number of iterations and specific condition within a single do loop?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming