% 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 |
Mention what is SAS data set?
what is data integration? : Sas-di
how do you want missing values handled? : Sas programming
what is TAB delimiter? explain about it? what will you do to get TAB delimiter?
Of all your work, where have you been the most successful?
What statement do you code to tell SAS that it is to write to an external file?
how does sas handle missing values in a merge? : Sas programming
Give some examples where proc report’s defaults are different than proc print’s defaults?
which date function advances a date, time or datetime value by a given interval? : Sas programming
Differentiate input and infile.
Given an unsorted data set, how to read the last observation to a new data set?
What is shift table? have you ever created shift that?
2 Answers Accenture, Clinical Research, Quintiles,