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
what are the types of interactive display types? : Sas-bi
What is the role of unrestrictive users? : sas-grid-administration
What is maximum storage capability of SAS?
What is program data vector (pdv)?
What is proc sort?
For what purposes have you used sas macros? : sas-macro
What are the ways in which macro variables can be created in sas programming?
what is treatment emergent events and treatment emregent adverse event
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
What is the difference between reading data from an external file and reading data from an existing data set?
How does proc sql work?
What is the maximum length of the macro variable? : sas-macro
what other sas products have you used and consider yourself proficient in using? : Sas programming
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
how does sas handle missing values in functions? : Sas programming