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


Please Help Members By Posting Answers For Below Questions

How do you define proc in sas? : sas-grid-administration

853


Describe the ways in which you can create a macro variable?

818


What is SAS informats?

838


Which date function advances a date, time or datetime value by a given interval?

863


What are the functions which are used for character handling functions?

812


for report generation which one you used proc report or data_null_?

7089


What is the difference between reading data from an external file and reading data from an existing data set?

886


What are the different versions of sas that you have used until now? : sas-grid-administration

1015


Explain the difference between nodup and nodupkey options?

788


What is data _null_?

886


What is your favorite all time computer book? Why?

2240


What are the data types that sas contain?

889


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?

898


name several ways to achieve efficiency in your program? : Sas programming

756


Differentiate between sas functions and sas procedures.

849