DATA TYPES SAS

TYPES OF DATA IN SAS


Numeric Data Type: Used to store numbers you can do math like multiplication subtraction 

Example: Age = 25 , Salary = 50000, Date = '26JUN2025'd 

Character Data Type: Used to store letters word, or a mix of letters, numbers and Special characters no math is done with these 

Example: Name = "Anjali", ID = "SI102", Gender = "Male", Date = "06/03/2000"


By Dipraj B Ahire (M.sc Statistics)

Comments