% 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

where to use sas business intelligence? : Sas-bi

0 Answers  


How do you write a test plan?

1 Answers   Oracle,


What techniques and/or PROCs do you use for tables?

4 Answers   Oracle,


What is the difference Using & and && in the macro variables

5 Answers   Accenture,


What is the difference between a PROC step and a DATA step?

14 Answers   Accenture, HSBC,






what is the difference between compiler and interpreter? give any one example (software product) that act as a interpreter?

36 Answers   Accenture, College School Exams Tests, CTS, IBM, IHRD, Infosys, Sylhet Engineering College, TCS, Wipro,


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

0 Answers  


Name and describe three SAS functions that you have used, if any?

4 Answers   Accenture,


For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration

0 Answers  


what is Global Symbol table and Local symbol table?

4 Answers   CitiGroup,


Identify statements whose placement in the DATA step is critical.

6 Answers   Accenture, Labasol,


Explain the purpose of substr functions in sas programming.

0 Answers  


Categories