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 does P-value signify about the statistical data?
For what purposes have you used sas macros? : sas-macro
What are the advantages of using sas?
explain about various caches available in data integrator? : Sas-di
Name validation tools used in SAS
how to change the execute of macro
What is the sas data set? : sas-grid-administration
what is information maps?
what are the types of interactive display types? : Sas-bi
Name some categories in sas 9? : sas-grid-administration
Mention some common errors that are usually committed in sas programming.
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
Mention the validation tools used in SAS?
Describe the function and untility of the most difficult SAS macro that you have written.
explain what is factor analysis? : Sas-administrator