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

what is data access? : Sas-di

1176


where are dashboard components are created and maintained? : Sas-bi

1058


what is sas metadata repository? : Sas-bi

1171


what r the job openings SAS for fresher graduates !

2500


explain what is data set in sas? : Sas-administrator

1034


What is the command used to find missing values?

1141


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

4004


what is the one statement to set the criteria of data that can be coded in any step? : Sas programming

1187


How substr function works in sas?

1270


what is the use of sas management console? : Sas-di

1138


If a variable contains only numbers, can it be a character data type?

1132


What are the difference between the sas data step and sas procs?

1248


Mention what is the difference between nodupkey and nodup options?

1058


What is the different between functions and PROCs that calculate the same simple descriptive statistics?

1845


What do the SAS log messages "numeric values have been converted to character" mean?

1428