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...

1.we can execute a macro with in a macro,by using call
symput and symget can any one give me one example?
2.We can create the macro variables by using %let,%do,macro
parameters,INTO clause in proc sql and call symput, can
any one give me example to create macro variable with INTO
clause and call symput?
3.

Answer Posted / aravind9882

data x;
a=98;
b=45;
call symput('m',a);
run;
%put &m;


proc sql;
select b into :m2 from x;
quit;
%put &m2;

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how does sas handle missing values in formats? : Sas programming

1112


what is sas application server? : Sas-di

1052


What sas features do you use to check errors and data validation?

1204


Are you involved in writing the inferential analysis plan? Tables specfications?

2549


How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?

1523


Mention what are the data types does SAS contain?

1131


What does the RUN statement do?

1285


What are the applications primarily used by business analyst? : Sas-bi

982


What is the differnce between SDTM 3.1.2 to 3.1.1 version

5062


What is by-group processing?

985


sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately

3570


How do you specify the number of iterations and specific condition within a single do loop?

1078


how would you create multiple observations from a single observation? : Sas programming

984


Have you used macros? For what purpose you have used? : sas-macro

1029


Differentiate between proc means and proc summary.

1036