% 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

What are the 3 components in sas programming?

725


what is the one statement to set the criteria of data that can be coded in any step? : Sas programming

650


what are validation tools that are used in sas? : Sas-administrator

593


What do the SAS log messages "numeric values have been converted to character" mean?

890


how does sas handle missing values in a merge? : Sas programming

554






Explain bmdp procedure?

614


do you need to know if there are any missing values? : Sas programming

548


Differentiate between sas functions and sas procedures.

645


If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?

705


what is ae onset date n what is RDS

1939


Explain the difference between informat and format with an example.

686


Explain the difference between nodup and nodupkey options?

611


which date functions advances a date time or date/time value by a given interval? : Sas programming

537


how sas deals with business intelligence? : Sas-bi

586


What are the functions used for character handling?

645