how we can call macros with in data step?

Answer Posted / as

using symget

data one;
symget &macro1;
run;

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is program data vector? : Sas-administrator

608


what is enterprise guide? What is the use of it? : Sas programming

533


How sas treats the dsd delimiters?

716


Name types of category in which SAS Informats are placed?

730


what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming

605






what are the component of range? : Sas-bi

612


What areas of SAS are you most interested in?

1062


How do you control the number of observations and/or variables read or written?

745


Mention sas system options to debug sas macros.

659


Explain the use of proc print and proc contents?

554


Differentiate between ceil and floor functions.

653


What are the functions used for character handling?

637


What is the command used to find missing values?

588


What is the use of stop statement?

636


How does proc sql work?

611