InterviewSolution
Saved Bookmarks
| 1. |
Name different data types that SAS support. |
|
Answer» SAS supports two data types, i.e., Character and NUMERIC. Dates are ALSO CONSIDERED CHARACTERS despite the fact that there are IMPLICIT functions that can be performed on them. |
|