how we can call macros with in data step?
Answer Posted / kishore
%macroname;
this is way of calling macro but call symput/symget r used to create macro variable from data step variable/symget vice versa
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how will you location sas platform applications available from web browser? : Sas-bi
Of all your work, where have you been the most successful?
What is the command used to find missing values?
How to create an external dataset with sas code?
explain the main difference between the nodup and nodupkey options? : Sas-administrator
Differentiate between format and informat? : sas-grid-administration
what is transformation in sas data integration? : Sas-di
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
Tell me more about the parameters in macro? : sas-macro
Approximately what date is represented by the SAS date value of 730?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
what are some differences between proc summary and proc means? : Sas programming
What is the use of stop statement?
What is the difference between the proc sql and data step?
how does sas handle missing values in formats? : Sas programming