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
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
What is the use of %include statement?
what are the component of range? : Sas-bi
Enlist the functions performed by sas.
What are the features of SAS?
What are the ways in which macro variables can be created in sas programming?
What is the length assigned to the target variable by the scan function?
What is the maximum and minimum length of macro variable
Explain input and put function?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
How can you limit the variables written to output dataset in data step?
What are the automatic variables for macro? : sas-macro
Explain what Proc glm does?
What commands are used in the case of including or excluding any specific variables in the data set?
what are the considerations when picking a SAS/STAT procedure?