下面我有日期数据试图编码以查看新的RFDTC列值是否落在相应的范围内,即如果min = 1& max = 20然后来自RFDTC列的所有列观测值应该由相同的随机值相加,该随机值如下计算--->
<div style="width: 100%; float: left;">
<img src="http://www.postalwebplus.com/yahoo_site_admin/assets/images/Passport-Photo.300110653_std.jpg" align="left" width="150px" >
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</div>
帮助我很感激如何在datastep中对此进行编码以在最小值和最大值之间添加值后获取新日期...?
输入数据 - &gt;
if min < max then min+(max-min)
else max > min then max+(min - max)