If you need the value of a variable rather than the
variable itself what would you use to load the value to a
macro variable?
Answer Posted / saurabh gupta
If we need a value of a macro variable then we must define
it in such terms so that we can call them everywhere in the
program.
Define it as Global. There are different ways of assigning
a global variable.
Simplest method is
%LET
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
how to read the variables in sas? : Sas-administrator
How many data types are there in SAS?
what are several options for creating reports in web report studio? : Sas-bi
What is the role of administrative users? : sas-grid-administration
for whom is sas data integration studio designed? : Sas-di
What do the PUT and INPUT functions do?
How do you delete duplicate observations in sas?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
what is the effect of the options statement errors=1? : Sas programming
What is the function of output statement in a SAS Program?
What is SAS? What are the functions does it performs?
What are the difference between the sas data step and sas procs?
How do you add a number to a macro variable? : sas-macro
explain the difference between proc means and proc summary?
what is sas data set?