BookmarkSubscribeRSS Feed
aarony
Obsidian | Level 7

i have two variables

date1               date2          diff (date2-date1)

20080101       20080104      3

20080101       20071230      -2

 

how do i calculate the difference date2-date1 as above? i wanted to know how many days over and under date2 is vs date1

 

thank you. 

 

3 REPLIES 3
Cynthia_sas
SAS Super FREQ
Hi, I you run PROC CONTENTS on DATE1 and DATE2, are they character variables or are they SAS date variables? The method you use to calculate the difference will be easy, once the dates are stored as SAS date values (the number of days since Jan 1, 1960.

cynthia
aarony
Obsidian | Level 7
Hi Cynthia. They are date variables.
Thanks for your reply.
Cynthia_sas
SAS Super FREQ

Hi:

  If they are SAS date variables, you can just subtract them and then, if you want to get the absolute value, without a negative sign (since depending on your 2 numbers, you might get a negative DIFF), then you can just use the ABS function.

cynthia

diff_days.png

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 3268 views
  • 2 likes
  • 2 in conversation