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.



1.we can execute a macro with in a macro,by using call symput and symget can any one give me one e..

Answer / 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

More SAS Interview Questions

What are the 3 components in sas programming?

0 Answers  


What is the difference between proportion and average?

0 Answers   KPMG,


Do you need to know if there are any missing values?

0 Answers  


what can you learn from the sas log when debugging? : Sas programming

0 Answers  


what do the mod and int function do? What do the pad and dim functions do? : Sas programming

0 Answers  


How to specify variables to be processed by the freq procedure?

0 Answers  


Difference between nodup and nodupkey options?

0 Answers  


How would you identify a macro variable? : sas-macro

0 Answers  


How experienced are you with customized reporting and use of Data _Null_ features?

4 Answers   Oracle,


Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?

0 Answers  


Can you suggest us materials for sdtm mapping?

0 Answers   TCS,


Can anyone help me about SAS Realtime scenarios in Clinical field

0 Answers  


Categories