请注明:姓名-公司-职位
以便审核进群资格,未注明则拒绝
pandasasa 发表于 2009-12-13 18:17 libname test excel 'your excel path'; data temp; set test.'excelsheet$'n(firstobs=n obs=m); run; libname test clear;
pandasasa 发表于 2009-12-13 18:17 libname test excel 'your excel path'; data temp; set test.'excelsheet$'n(firstobs=n obs=m);