InterviewSolution
Saved Bookmarks
| 1. |
Which Features Do You Use To Check The Data Validations And Errors? |
|
Answer» In order to CHECK the errors in SAS programming, we generally used the LOG option where are for the DATA validation, we can use the Proc MEANS on how the data LOOKS. In order to check the errors in SAS programming, we generally used the Log option where are for the data validation, we can use the Proc Means on how the data looks. |
|