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

Hi,

We are working on a 9.2  - EG installation. i was trying the following code.

data a;

format a date9. b date9.;

a=input('01-Apr-19',anydtdte9.);

b=input('01-Apr-20',anydtdte9.);

run;

the output that i get is

a=01apr2019

b=01apr1920

Why is it that for the first date the year comes as 2019 but for the second date the year comes as 1920. Any suggestions would be helpful.

1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User

Look up the option yearcutoff

The default is 1920 which you need to change for your dates.

View solution in original post

3 REPLIES 3
Reeza
Super User

Look up the option yearcutoff

The default is 1920 which you need to change for your dates.

art297
Opal | Level 21

Reeza already told you about the yearcytoff option for 2-digit years.  Date9. expects DDMMMYY(YY) characters.  In your example was 01 at the beginning representing day or year?

NN
Quartz | Level 8 NN
Quartz | Level 8

Reeza,

Thanks a lot..

Art,

The 01 represented the day.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1686 views
  • 0 likes
  • 3 in conversation