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
Name types of category in which SAS Informats are placed?
what is data access? : Sas-di
What is the difference between the proc sql and data step?
what is intially documentation in sas?
how to change the execute of macro
Hi, If anyone has base SAS certification dumps, please share.
how does sas handle missing values in formats? : Sas programming
What is the role of sas grid administrator? : sas-grid-administration
Name few SAS functions?
What are SAS/ACCESS and SAS/CONNECT?
How to test the debugging in sas?
Give e an example of..
Give an example where SAS fails to convert character value to numeric value automatically?
How to convert a numeric variable to a character variable?
how does sas handle missing values in a merge? : Sas programming