• Nov 19, 2025 Call Symput it; %put The highest selling region is: &highest_region; ``` While this example uses `PROC SQL`, the principle remains the same. The result of the SQL query is assigned to the macro variable `highest_region` using the implicit `CALL SYMPUT` f By Lola Streich MD