% let A=3+4 what is result

Answer Posted / srinivasreddy

%let a=%eval(3+4);
%put &a;

answers is : 7

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is data step?

727


what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming

624


What is the basic structure of the SAS base program?

684


what are the best practices to process the large data sets in sas programming? : Sas-administrator

535


What is maximum storage capability of SAS?

904






How to limit decimal places for the variable using proc means?

595


What does PROC print, and PROC contents do?

722


How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?

635


What is factor analysis?

661


what is sas database server? : Sas-di

611


How to sort in descending order?

788


name some data transformation used in sas di? : Sas-di

542


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

747


what is program data vector? : Sas-administrator

612


what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi

631