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 program data vector? : Sas-administrator

625


Mention what is SAS data set?

685


How do you delete duplicate observations in sas?

586


please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??

1672


What do you know about symput and symget?

739






If money were no object, what would you like to do?

2697


In SAS explain which statement does not perform automatic conversions in comparisons?

807


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

605


in the flow of data step processing, what is the first action in a typical data step? : Sas programming

657


What is the basic syntax of a sas program?

675


What does the RUN statement do?

860


what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming

597


what is star schema? : Sas-di

651


what is data access? : Sas-di

619


why a stop statement is needed for the point= option on a set statement?

633