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
Explain how you can debug and test your SAS program?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
explain the use of % includes a statement in sas? : Sas-administrator
what is study design in while working with SAS? what are screening variables in SAS?
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
how the sas basic syntax style described? : Sas-administrator
Explain the purpose of retain statement.
For what purposes have you used sas macros? : sas-macro
What are SAS/ACCESS and SAS/CONNECT?
What is run-group processing?
What is data _null_?
How to create a permanent sas data set?
What is Linear Regression?
Have you used macros? For what purpose you have used? : sas-macro
for report generation which one you used proc report or data_null_?