当我尝试使用 1948-1969 年的代码时,它仍然给我 1940-2020 年的代码。我能得到帮助吗?
这是我的代码:
data want;
set WORK.IMPORT;
where date between '01jan1948'd and '31dec1969'd;
run;
当我尝试使用 1948-1969 年的代码时,它仍然给我 1940-2020 年的代码。我能得到帮助吗?
这是我的代码:
data want;
set WORK.IMPORT;
where date between '01jan1948'd and '31dec1969'd;
run;