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
How do you add a number to a macro variable? : sas-macro
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
explain what is factor analysis? : Sas-administrator
what are the categories that sas informats are used to the place the data? : Sas-administrator
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
What is the role of unrestrictive users? : sas-grid-administration
explain about various caches available in data integrator? : Sas-di
What are the statements that are executed only?
Describe the ways in which you can create macro variables?
What are the uses of sas?
Explain what is SAS informats?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
how does sas handle missing values in procs? : Sas programming
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.