% let A=3+4 what is result
Answers were Sorted based on User's Feedback
%let a=%eval(3+4);
%put &a;
answers is : 7
Is This Answer Correct ? | 8 Yes | 1 No |
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 |
where to use sas business intelligence? : Sas-bi
How do you write a test plan?
What techniques and/or PROCs do you use for tables?
What is the difference Using & and && in the macro variables
What is the difference between a PROC step and a DATA step?
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
Name and describe three SAS functions that you have used, if any?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
what is Global Symbol table and Local symbol table?
Identify statements whose placement in the DATA step is critical.
Explain the purpose of substr functions in sas programming.