Multiple choice technology programming languages

SAS DATES and TIME variables are numeric variables.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

SAS stores dates and times as numeric variables, specifically as the number of days since January 1, 1960 for dates, and seconds since midnight for times. This allows date and time arithmetic to be performed as numeric calculations. They are stored as numbers but displayed using formats.