SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Improving Program Efficiency with Macro Variables
Creating Macro Variables During DATA Step Execution


Question: Which of the following statements creates a macro variable named expense that has the value of the DATA set variable Fee?

 
call symput('fee',expense);
 
symput('expense',fee);
 
call symput('expense',fee);
 
symput(expense=fee);



  back||next


Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.

Terms of Use & Legal Information | Privacy Statement