How would you code a macro statement to produce information
on the SAS log? This statement can be coded anywhere.
Answer Posted / raja
%put <text>;
use the above statement any where in macro programe to
write some information on to the log. With in the text you
can also call/reference the macto variables.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
how could you generate test data with no input data? : Sas programming
how would you create multiple observations from a single observation? : Sas programming
What are the data types that sas contain?
What are the functions used for character handling?
what is business intelligence? : Sas-bi
what is sas metadata server? : Sas-di
Differentiate between proc means and proc summary.
what are the benefits of data integration? : Sas-di
What are symget and symput? : sas-macro
Name any two sas spawners? : sas-grid-administration
Explain by-group processing?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
explain about data integrator metadata reports? : Sas-di
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
What is the difference between order and group variable in proc report?