You may need to experiment with different ways to create a given SAS dataset with dates and/or times. Often, column input or line pointers must be used to enter these values correctly. A convenient way of entering dates in SAS that allows easy list input is to enter the month, day, and year as three separate numeric variables, then create a date from them with the MDY() function. This will be discussed later.