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

please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??

0 Answers  


How to create an external dataset with sas code?

0 Answers  


What can you learn from the SAS log when debugging?

0 Answers   Quintiles,


How would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable?

1 Answers   Quintiles,


Name some categories in sas 9? : sas-grid-administration

0 Answers  


How to get any kind of data in SAS? Is it possible to take data from notepad in SAS?

7 Answers   GSK, TNS,


If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE?

1 Answers   HCL, Quintiles,


where will go the observations that were deleted by delete statement?

2 Answers  


if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming

0 Answers  


what are the best practices to process the large data sets in sas programming? : Sas-administrator

0 Answers  


List out some key concept of SAS

0 Answers  


How substr function works in sas?

0 Answers  


Categories