%let lib=master; data &lib..prod end=end; set &lib..newprod; if end then call symput('trial',test); run;
%let lib=master; data &lib..prod; set &lib..newprod end=end; if end then call symput('trial',test); run;
Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.