2
votes
3answers
67 views
Finding the # of days between two dates?
I have data like:
patid startdate endday
01S1003 9/30/2008 3/16/2009
How do I find the number of days bewteen startd …
1
vote
2answers
32 views
How to change char Date values into DATE9. format?
I have data as shown below: Both variables are $10 fromat
DOB MDATE
11/19/1999 4/17/2006
10/19/1999 4/17/2006
6/28/2000 4/17/2006
9/27/2 …
3
votes
3answers
28 views
Help using date format MMYYS.
I need to convert a character string (MM/YYYY) into a date (MM/YYYY). I was trying to use the format mmyyss. or mmyyss7. and received the following error log (same error if I use …
1
vote
2answers
40 views
How to create a listing of all intervening dates between a start and end date?
I have the following code where I have a tradid with the first date
when the trade was opened and the second date when it was closed (as
shown in the code below).
Data new;
…