% 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

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?

788


what is study design in while working with SAS? what are screening variables in SAS?

1796


What is the use of function Proc summary?

759


explain the function of substr in sas? : Sas-administrator

660


What is SAS informats?

732






Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com

1694


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

1773


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

617


sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately

3211


how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?

2387


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

653


In ARRAY processing, what does the DIM function do?

807


what is the difference between nodup and nodupkey options? : Sas programming

735


what are sas bi dashboard components? : Sas-bi

751


How would you determine the number of missing or nonmissing values in computations?

738