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
Do you need to rearrange the order of the data for the report?
what is the difference between nodup and nodupkey options? : Sas programming
Explain the use of proc gplot? : sas-grid-administration
what are all the reports you generated in your recent project?
What are the ways to do a “table lookup” in sas?
What areas of SAS are you most interested in?
how will you location sas platform applications available from web browser? : Sas-bi
What do you code to create a macro? : sas-macro
What are the prime responsibilities of data integration administrator? : Sas-di
What is your favorite all time computer book? Why?
Name any two sas spawners? : sas-grid-administration
why is sas considered self-documenting? : Sas programming
what has been your most common programming mistake? : Sas programming
What is the basic structure of a sas program?
What are the functions which are used for character handling functions?