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
What Proc glm does?
Explain data_null_?
How can you limit the variables written to output dataset in data step?
What do you know about symput and symget?
what techniques and/or procs do you use for tables? : Sas programming
What is the difference between SAS functions and procedures?
What is the good sas programming practices for processing large data sets?
What is the role of unrestrictive users? : sas-grid-administration
What is the difference between where and if statement?
Name validation tools used in SAS
What is slibref?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
describe about metadata object? : Sas-di
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
how will you location sas platform applications available from web browser? : Sas-bi