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