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 |
How do you generate random samples?
What commands are used in the case of including or excluding any specific variables in the data set?
how we can call macros with in data step?
how are numeric and character missing values represented internally? : Sas programming
How the Excel file enter into the SAS environment without Code of Infile & Import procs,if i have no file Conversion?
Do you use PROC REPORT or PROC TABULATE? Which do you prefer? Explain.
What is the order of evaluation of the following operators + - * / ** () ???
How do you debug and test your SAS programs? What can you learn from the SAS log when debugging? How do you test for missing values? How would you create multiple observations from a single observation? What are some good SAS programming practices for processing very large data sets? Briefly describe 5 ways to do a "table lookup" in SAS. Why is SAS considered self-documenting? Are you sensitive to code walk-throughs, peer review, or QC review? What other SAS features do you use for error trapping and data validation? How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
What are the criticality that you have faced during your project in SAS?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
What is the role of administrative users? : sas-grid-administration