l******o 发帖数: 162 | 1 three variables (all numeric)
year month day
need to convert to yyyymmdd SAS format so that I can calculate the days
between this yyyymmdd with another yyyymmdd.
can anybody help me with this?
Many thanks. | t****s 发帖数: 55 | 2 mdy(month,day,year)
【在 l******o 的大作中提到】 : three variables (all numeric) : year month day : need to convert to yyyymmdd SAS format so that I can calculate the days : between this yyyymmdd with another yyyymmdd. : can anybody help me with this? : Many thanks.
| l******o 发帖数: 162 | |
|