Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is the difference between match merge and one to one merge?

1304


Which statement does not perform automatic conversions in comparisons?

1847


Did you used proc test? when?

2084


what is the purpose of _error_? : Sas programming

1183


Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?

2445


What are the default statistics that proc means produce?

1084


Explain what is the use of proc gplot?

1245


Tell me about % include and % eval? : sas-macro

1185


How to read an input file in sas?

1186


what versions of sas have you used (on which platforms)? : Sas programming

1125


which date function advances a date, time or datetime value by a given interval? : Sas programming

1092


How to specify variables to be processed by the freq procedure?

1113


Differentiate between proc means and proc summary.

1098


What is a method to debug and test your SAS program?

1427


what can you learn from the sas log when debugging? : Sas programming

1134