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 create optional or required parameters in SAS
macro...

Answer Posted / ak

%macro Mtest (mvar);
here its required parameter.
----------------------------------------------

%macro Mtest(mvar1=abc);
.....
sas statements using macro variable mvar1
here mvar1 can be optional while calling macro Mtest
if parameter value is not send then it takes default value
as abc
.....
%mend;

Is This Answer Correct ?    18 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell e how how dealt with..

2311


how to debug and test the sas program? : Sas-administrator

1074


List out some key concept of SAS

1207


I have a dataset concat having a variable a b & c. How to rename a b to e & f?

1331


i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm

2427


What do you code to create a macro? : sas-macro

1186


what is data integration? : Sas-di

1163


What is the good sas programming practices for processing large data sets?

1176


What are pdv and it functions?

1239


Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma

3551


How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro

1098


For what purposes have you used sas macros? : sas-macro

1046


What are the new features included in the new version of SAS Programming Language?

1247


What are the ways in which macro variables can be created in sas programming?

1169


Can you execute a macro within a macro? Describe. : sas-macro

1149