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 do dates work in SAS data?
what do you mean by data staging area? : Sas-di
what techniques and/or procs do you use for tables? : Sas programming
what are _numeric_ and _character_ and what do they do? : Sas programming
How do you specify the number of iterations and specific condition within a single do loop?
What are the advantages of using sas?
What is the difference between %local and %global? : sas-macro
What are the limitations for memory allocation for SAS variables
How to read an input file in sas?
what is the basic structure sas administrator? : Sas-administrator
What is the sas data set? : sas-grid-administration
Explain what is the use of proc gplot?
What do the put and input function do?
explain about various caches available in data integrator? : Sas-di
What is program data vector (pdv)?