When I import excel file into SAS dataset in EG 5.1, I got variables with date format error.
I use : Proc Import datafile= <excel file.xls>
out=<sas dataset>
dbms=xls replace;
getnames=yes;
All input fields are OK, only date fields have problems like that :
Excel format SAS read in SAS read in format
6/26/2014 41816 06/27/2074
10/8/2013 41555 10/09/2073
5/9/2011 40672 05/10/2071
........................................
SAS read in date fields which are off 60 years and 1 day in each value.
The option yearcutoff = 1920 in default.
Would you mind giving me a direction to resolve this problem.
Thanks in advance.
----------------------------
WT1968
It's a known problem. Take a look at: 41000 - Date values might be incorrect when you read Microsoft Excel files with the XLS engine
not sure if it could work. Did you try other engine ,like dbms=excel dbms=xlsx .
options datestyle=mdy;
It's a known problem. Take a look at: 41000 - Date values might be incorrect when you read Microsoft Excel files with the XLS engine
Thanks for all information. I appreciate your help to solve my problem quickly.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.