


Run the program and answer the following questions:
- Question 1: What is the value of the product variable in observation 148? (Slipper)
- Question 2: What is the value of the Region variable in observation 130? (Pacific)



Run the program, then use additional SAS procedures to answer the following questions:
- Question 3: How many observations are classified into the “Lower” group? (288)
- Question 4: What is the mean value of the Sales variable for observations in the “Middle” group? Round your answer to the nearest whole number. (135127)




After fixing all of the errors in the program, answer the following questions:
- Question 5: How many observations are in the work.highchol data set? (3652)
- Question 6: How many observations are in the work.lowchol data set? (1405)
- 총 observation 수 : PROC CONTENTS 문으로 확인
output 이 있는 코드


'자격증 > SAS BASE' 카테고리의 다른 글
| SAS mock 코드수정 (0) | 2023.01.22 |
|---|---|
| SAS Crambible 143~204 (0) | 2023.01.21 |
| SAS Certification Base Programming 연습문제 (0) | 2023.01.18 |
| SAS Crambible 정리 (2) | 2023.01.16 |
| SAS Crambible 103 ~ 139. (1) | 2023.01.15 |