Hello!
I am running into a problem with a macro definition. When I run the sql code with a %let statement it works fine:
options macrogen mlogic symbolgen mprint mfile;
%let num=6;
proc sql ;
select "'"||trim(a.vkont)||"'"
into :nbr_&num. separated by ' '
from armdb2.ext_WO_list2 a
where...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.