由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - Please help on SAS!!!! Urgent!!!
相关主题
URGENT! Senior SAS Programmer Needed(sponsor h1b)SAS progrommer Job Opportunity
[SAS编程]如何删除一个dataset的某一列或者某几行?SAS job opportunity
SAS里如何删除一个dataset的某一列或者某几行?SAS job opportunity
电面面经+问题SAS job opportunity
【工作机会】SAS programmer with 3yr experience-DC (转载)SAS job opportunity
保险公司招人 --Entry to Medium level (转载)SAS Programmer Opportunity
今天面试一个阿三 SAS Programmer 。。。尼玛SAS Programmer Opportunity
SAS programer contractor-OhioSAS job opportunity
相关话题的讨论汇总
话题: urgent话题: sas话题: month话题: yr
进入JobHunting版参与讨论
1 (共1页)
x*o
发帖数: 85
1
Hello,
I have a dataset, looks like this
dateofbirth month_a yr_a day_a
09/11/1945 11 1947 05
08/30/1977 8 1973 07
12/05/1966 10 1966 13
现在我想把 dateofbrith中的 month 提取出来,叫作 month_b , 把 dateofbirth
中的 year 提出来,叫做yr_b, 然后比较month_a and month_b。
怎么提取出来年和月阿?
I want to make my dataset like this
dateofbirth month_a yr_a month_b yr_b
09/11/1945 11 1947 9 1945
08/30/1977 8 1973 8 1977
12/05/1
p**********i
发帖数: 124
2
You can use scan() function to extract them.

dateofbirth

【在 x*o 的大作中提到】
: Hello,
: I have a dataset, looks like this
: dateofbirth month_a yr_a day_a
: 09/11/1945 11 1947 05
: 08/30/1977 8 1973 07
: 12/05/1966 10 1966 13
: 现在我想把 dateofbrith中的 month 提取出来,叫作 month_b , 把 dateofbirth
: 中的 year 提出来,叫做yr_b, 然后比较month_a and month_b。
: 怎么提取出来年和月阿?
: I want to make my dataset like this

x*o
发帖数: 85
3
Thank you!

【在 p**********i 的大作中提到】
: You can use scan() function to extract them.
:
: dateofbirth

1 (共1页)
进入JobHunting版参与讨论
相关主题
SAS job opportunity【工作机会】SAS programmer with 3yr experience-DC (转载)
请问大家,Cognizant的offer能否考虑?保险公司招人 --Entry to Medium level (转载)
SAS Programmer Opportunity今天面试一个阿三 SAS Programmer 。。。尼玛
SAS Programmer OpportunitySAS programer contractor-Ohio
URGENT! Senior SAS Programmer Needed(sponsor h1b)SAS progrommer Job Opportunity
[SAS编程]如何删除一个dataset的某一列或者某几行?SAS job opportunity
SAS里如何删除一个dataset的某一列或者某几行?SAS job opportunity
电面面经+问题SAS job opportunity
相关话题的讨论汇总
话题: urgent话题: sas话题: month话题: yr