how we can call macros with in data step?
Answer Posted / ram pabba
%include statement can be used to call a macro within a
data setp.
or
call a macro with %macro-name (only if the) in the datasetp
(condition that this marco exists in the central location
where it is defiened).
Please anybody suggest if these are right answers.
Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
How do you define proc in sas? : sas-grid-administration
Describe the ways in which you can create a macro variable?
What is SAS informats?
Which date function advances a date, time or datetime value by a given interval?
What are the functions which are used for character handling functions?
for report generation which one you used proc report or data_null_?
What is the difference between reading data from an external file and reading data from an existing data set?
What are the different versions of sas that you have used until now? : sas-grid-administration
Explain the difference between nodup and nodupkey options?
What is data _null_?
What is your favorite all time computer book? Why?
What are the data types that sas contain?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
name several ways to achieve efficiency in your program? : Sas programming
Differentiate between sas functions and sas procedures.