% let A=3+4 what is result

Answers were Sorted based on User's Feedback



% let A=3+4 what is result..

Answer / narsireddy

u r resolving A u will get 3+4(String)

Is This Answer Correct ?    11 Yes 0 No

% let A=3+4 what is result..

Answer / srinivasreddy

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

answers is : 7

Is This Answer Correct ?    8 Yes 1 No

% let A=3+4 what is result..

Answer / 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

% let A=3+4 what is result..

Answer / santosh

where macro variables supports only character type data
here the global macro variable gets created as the value of A
is 3+4

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SAS Interview Questions

What is maximum number of rows and cols can be handled in SAS?

0 Answers   Signetsoft,


What is the purpose of using the N=PS option?

2 Answers   Oracle,


please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??

0 Answers  


what is the SAS/ACCESS and SAS/CONNECT?

9 Answers   Accenture, iFlex, TCS,


I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry

0 Answers  






What r all the reporting procedures...?

3 Answers  


why is the use of Retrive statement and give me with example?

1 Answers   ME,


hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?

0 Answers   Cognizant,


What does the RUN statement do?

0 Answers   Quintiles,


what are the component of range? : Sas-bi

0 Answers  


Describe a time when you were really stuck on a problem and how you solved it?

0 Answers   DELL,


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

0 Answers  


Categories