I have two questions:
1. How is it possible to define macro variables inside implus language? Why ¯o_var_name is not referenced in implus language if %let is put inside submit/endsubmit statements?
submit;
%let pippo={1 2, 3 4};
endsubmit;
x=&pippo; <--error
2. Is it possible to include a proc of SAS STAT inside a module?For example I need to insert proc corr inside a module for defining objective function of a genetic algorithm.
Thanks in advance,
Angela