how we can call macros with in data step?

Answer Posted / saslearner

syntax:
data _null_;
call execute("%macroname(perameters)");
run;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

757


What do you know about sas data set?

594


How to sort in descending order?

794


what techniques and/or procs do you use for tables? : Sas programming

573


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

674






what is sas application server? : Sas-di

541


explain the function of substr in sas? : Sas-administrator

556


What is the maximum and minimum length of macro variable

654


Explain what Proc glm does?

637


Are you sensitive to code walk-throughs peer review or QC review?

2610


Differentiate input and infile.

596


what are the types of interactive display types? : Sas-bi

656


what is function of retain statment

1522


In sas, what are the areas that you are most interested in? : sas-grid-administration

640


How do you debug and test your SAS programs?

1048