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 the difference between the proc sql and data step?
Explain proc univariate?
What function CATX syntax does?
What are common programming errors committed in sas
What is the difference between nodupkey and nodup options?
What is the difference between %put and symbolgen? : sas-macro
How does the internal authentication work in sas? : sas-grid-administration
what is sas metadata repository? : Sas-bi
What does P-value signify about the statistical data?
What is the order of application for output data set options, input data set options and SAS statements?
How necessary is it to be creative in your work?
Can you execute macro within another macro? : sas-macro
what is sas olap server? : Sas-di
What is a method to debug and test your SAS program?
what do you mean by data staging area? : Sas-di