BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
wtien196838
Quartz | Level 8

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

1 ACCEPTED SOLUTION
3 REPLIES 3
Ksharp
Super User

not sure if it could work. Did you try other engine ,like dbms=excel  dbms=xlsx .

options datestyle=mdy;

wtien196838
Quartz | Level 8

Thanks for all information. I appreciate your help to solve my problem quickly.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 9606 views
  • 3 likes
  • 3 in conversation