The Legacy Learner
Wednesday, October 19, 2016
SAS - Assign LIBNAME to WORK
Assign libname to WORK...
%let
workLocation=
%sysfunc
(getoption(work));
libname
bill
"&workLocation."
;
Source:
http://stackoverflow.com/questions/31051172/how-can-i-assign-libname-to-work-data-library-in-sas
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment