Do you want to execute code on the fly?
There are two methods:
1. call execute routine
2. temp file + %include
filename test temp;
data _null_;
filename test;
**** put code here ****;
run;
%include test;
The latter method is more popular and friendly.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment