I am trying to create a SAS table from Macro variable using PROC SQL:
I have a list of value saved in a macro variable : %let l=1,2,3;
I want to create a SAS table with a column containing the values of the macro variable : 1 2 3
Thank you very much for your help. Sincerely, Abdeljalil