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

how we can call macros with in data step?

Answer Posted / payal

Use callsymput in data step.
EX:

Data _null_;
set group;
call symput('_grpname',group name);
run;

Is This Answer Correct ?    2 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...

1444


what are 5 ways to perform a table lookup in sas? : Sas-administrator

1292


What are the data types in sas?

1112


what is PhaseIII, ODS, TLG, Macro and Proc in SAS

4589


how many display types available in sas bi dashboard? : Sas-bi

1139


where to use sas business intelligence? : Sas-bi

1156


What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?

2625


what are informats in sas? : Sas-administrator

1143


how can you import .csv file in to sas? : Sas programming

1139


How we can call macros with in data step? : sas-macro

1172


Mention sas system options to debug sas macros.

1233


What is a pdv and what are its functions?

1212


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

1339


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

4004


Difference between sum function and using “+” operator?

1201