how we can call macros with in data step?
Answer Posted / ram pabba
%include statement can be used to call a macro within a
data setp.
or
call a macro with %macro-name (only if the) in the datasetp
(condition that this marco exists in the central location
where it is defiened).
Please anybody suggest if these are right answers.
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
How can you create a macro variable with in data step? : sas-macro
what is the primary data source for the wrs? : Sas-bi
How do you connect the desktop application to metadata server? : sas-grid-administration
how does sas handle missing values in a merge? : Sas programming
What is a method to debug and test your SAS program?
what is the Population you used in your project, is it ITT or PP?
what can you learn from the sas log when debugging? : Sas programming
Have you used macros? For what purpose you have used? : sas-macro
Give some examples where proc report’s defaults are same as proc print’s defaults?
what is information maps?
how does sas handle missing values in formats? : Sas programming
what are sas bi dashboard components? : Sas-bi
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
what is sas database server? : Sas-di
What do the mod and int function do? : Sas programming