how we can call macros with in data step?
Answer Posted / saslearner
syntax:
data _null_;
call execute("%macroname(perameters)");
run;
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is function of retain statment
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
How to create an external dataset with sas code?
How is character variable converted into numeric variable and vice versa?
What are the data types in sas?
how does sas handle missing values in assignment statements? : Sas programming
What is the basic structure of the SAS base program?
what are some good sas programming practices for processing very large data sets? : Sas programming
what is information maps?
What function CATX syntax does?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
In sas, what are the areas that you are most interested in? : sas-grid-administration
What is the function of output statement in a SAS Program?
What is the basic syntax style in SAS?
what are _numeric_ and _character_ and what do they do? : Sas programming