[SAS]方便查询Tips
摘要:1-PROC SQL过程步对变量重命名后,可以再次保存该变量一次,宏重命名,写“*”时注意。 e.g. data test; a = "test"; run; proc sql; select a as b, a from test; run; 2-数值变量字符格式转数值格式,注意下列情况。 dat
阅读全文
posted @ 2018-03-12 19:18
posted @ 2018-03-12 19:18
posted @ 2018-03-12 17:34