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
for report generation which one you used proc report or data_null_?
What would be the value of month at the end of data step execution and how many observations would be there?
How to create list output for cross-tabulations in proc freq?
What is the order of application for output data set options, input data set options and SAS statements?
what does the run statement do? : Sas programming
What do you code to create a macro? : sas-macro
How do you add a number to a macro variable? : sas-macro
explain about data integrator metadata reports? : Sas-di
Describe the function and untility of the most difficult SAS macro that you have written.
what techniques and/or procs do you use for tables? : Sas programming
what are input dataset and output dataset options? : Sas programming
explain what is factor analysis? : Sas-administrator
How can sas program be validated?
how do you pull data from equifax?tell me the process?
what is the difference between nodup and nodupkey options? : Sas programming