% let A=3+4 what is result

Answer Posted / narendra

%let A=3+4;
%put &a;
Answer is 3+4.

If you do like this

%let a=%eval(3+4);
%put &a;
Then answer is 7

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

where to use sas business intelligence? : Sas-bi

576


what are the benefits of data integration? : Sas-di

537


Which statement does not perform automatic conversions in comparisons?

1202


How can you limit the variables written to output dataset in data step?

747


What is your favorite all time computer book? Why?

2044






How do you convert basic cube to transaction cube and transaction cube to basic cube?

1770


What would you change about your job?

1920


if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...

940


Name types of category in which SAS Informats are placed?

732


what is sas data set?

664


how does sas handle missing values in functions? : Sas programming

597


List down the reasons for choosing sas over other data analytics tools.

806


how does sas handle missing values in sort order? : Sas programming

529


What are the prime responsibilities of data integration administrator? : Sas-di

585


What is the use of %include statement?

617