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 SAS OPTIMIZATION?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
do you need to know if there are any missing values? : Sas programming
In proc transpose and data step with arrays which one you pick?
0 Answers Accenture, Quintiles,
Explain append procedure?
what is the diff. b/w proc means and proc summary?
How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C
What is the basic structure of the SAS base program?
What is the one statement to set the criteria of data that can be coded in any step?
What is slibref?
What is the difference between reading data from an external file and reading data from an existing data set?
%STPbegin;%STPEND; ERROR: No logical assign for filename _WEBOUT. WARNING: No body file. HTML output will not be created. unable to fix it.plz help