Could you please answers for this.
1.Code the tables statement for a single-level (most common)
frequency.
2.Code the tables statement to produce a multi-level
frequency.
Answers were Sorted based on User's Feedback
Answer / hsong001
In proc freq:
1. one level: tables a b c;
2. multiple levels: tables a*b a*c a*b*c;
| Is This Answer Correct ? | 3 Yes | 0 No |
What is a method to debug and test your SAS program?
How we can call macros with in data step? : sas-macro
Does anybody has SAS Platform Administration certification dumps. pls send to hariithepalli@gmail.com
how does sas handle missing values in assignment statements? : Sas programming
You need to perform an analysis on a massive dataset by groups, but are unable to sort the data due to memory constraint. How would you accomplish the task?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
Do you need to know if there are any missing values?
what is operational data and operational system? : Sas-di
Can you continue to write code while the rest of the people on the floor where you work have a noisy party to which you were not invited?
What are the default statistics for means procedure?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
State the difference between INFORMAT and FORMAT ?