Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


% let A=3+4 what is result

Answers were Sorted based on User's Feedback



% let A=3+4 what is result..

Answer / narsireddy

u r resolving A u will get 3+4(String)

Is This Answer Correct ?    11 Yes 0 No

% let A=3+4 what is result..

Answer / srinivasreddy

%let a=%eval(3+4);
%put &a;

answers is : 7

Is This Answer Correct ?    8 Yes 1 No

% let A=3+4 what is result..

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

% let A=3+4 what is result..

Answer / santosh

where macro variables supports only character type data
here the global macro variable gets created as the value of A
is 3+4

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SAS Interview Questions

Mention what is SAS data set?

0 Answers  


what is data integration? : Sas-di

0 Answers  


how do you want missing values handled? : Sas programming

0 Answers  


what is TAB delimiter? explain about it? what will you do to get TAB delimiter?

3 Answers   Cap Gemini,


Of all your work, where have you been the most successful?

0 Answers   Oracle, Six Sigma,


What statement do you code to tell SAS that it is to write to an external file?

5 Answers  


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

0 Answers  


Give some examples where proc report’s defaults are different than proc print’s defaults?

0 Answers  


which date function advances a date, time or datetime value by a given interval? : Sas programming

0 Answers  


Differentiate input and infile.

0 Answers  


Given an unsorted data set, how to read the last observation to a new data set?

0 Answers  


What is shift table? have you ever created shift that?

2 Answers   Accenture, Clinical Research, Quintiles,


Categories