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 / yuyin
a=123;
call symput("x",a);
a is a variable, 123 is the value of variable a, x is macro
variable, symput will assign 123 to macro variable x.
Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
name some data transformation used in sas di? : Sas-di
What is SAS informats?
What are the functions used for character handling?
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
How do you debug and test your SAS programs?
what is factor analysis? : Sas-administrator
Mention how to limit decimal places for the variable using proc means?
how to remove duplicates using proc sql?
Can you suggest us materials for sdtm mapping?
What versions of SAS have you used (on which platforms)?
What’s the difference between var b1 – b3 and var b1 — b3?
What is the difference between order and group variable in proc report?
What is the role of administrative users? : sas-grid-administration
Give some ways by which you can define the variables to produce the summary report (using proc report)?
How to convert a numeric variable to a character variable?