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

what is function of retain statment

1768


what is the one statement to set the criteria of data that can be coded in any step? : Sas programming

867


How to create an external dataset with sas code?

771


How is character variable converted into numeric variable and vice versa?

856


What are the data types in sas?

789






how does sas handle missing values in assignment statements? : Sas programming

767


What is the basic structure of the SAS base program?

889


what are some good sas programming practices for processing very large data sets? : Sas programming

701


what is information maps?

1805


What function CATX syntax does?

857


what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?

1911


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

814


What is the function of output statement in a SAS Program?

792


What is the basic syntax style in SAS?

822


what are _numeric_ and _character_ and what do they do? : Sas programming

868