BookmarkSubscribeRSS Feed
R_Win
Calcite | Level 5
Hi i am having prob with dates reg the years

ex

data a;
input dt ddmmyy10.;
cards;
10/02/89
03/04/03
run;

i am getting the output as
10/02/1989
03/04/1903 but this date should be 03/04/2003
if i am keeping year cutoff =1900 first date will work and if i keepyearcutoff=2000 then second date will work how can i dot this i am having 20 million data
1 REPLY 1
RickM
Fluorite | Level 6
Year cut off doesn't need to be 100's of years. Why not use yearcutoff=1980 or whatever the smallest reasonable year you need?

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

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 1 reply
  • 1000 views
  • 0 likes
  • 2 in conversation