how to assign a macro value to a variable?
Answer Posted / ganesh k
if it is a Char then Variable="&MacroVar.";
if it is a Numaric then Variable=%eval(&MacroVar.) or %
sysevalf(&MacroVar.);
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Which command is used to save logs in the external file?
How are numeric and character missing values represented internally?
How does proc sql work?
What does P-value signify about the statistical data?
How long can a macro variable be? A token? : sas-macro
Mention what is SAS data set?
What is the difference between %put and symbolgen? : sas-macro
explain about data integrator metadata reports? : Sas-di
Explain append procedure?
what are _numeric_ and _character_ and what do they do? : Sas programming
how do you debug and test your sas programs? : Sas programming
how to do user inputs and command line arguments in sas?
what other sas products have you used and consider yourself proficient in using? : Sas programming
Which date function advances a date, time or datetime value by a given interval?
what is data access? : Sas-di