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
what are the categories that sas informats are used to the place the data? : Sas-administrator
do you prefer proc report or proc tabulate? Why? : Sas programming
how do you pull data from equifax?tell me the process?
What is the difference between input and infile statement?
What was the last computer book you purchased? Why?
Name any two sas spawners? : sas-grid-administration
what is information maps?
What is the basic structure of a sas program?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
State the difference between INFORMAT and FORMAT ?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
What is a pdv and what are its functions?
What do the PUT and INPUT functions do?
Tell e how how dealt with..