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
Tell e how how dealt with..
What does PROC print, and PROC contents do?
What are types of transport files?
what is sas database server? : Sas-di
What is the basic syntax style in SAS?
Why and when do you use proc sql?
What is maximum storage capability of SAS?
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
Do you need to know if there are any missing values?
Explain the use of proc print and proc contents?
Explain the purpose of retain statement.
What are the 3 components in sas programming?
What is the use of stop statement?
What commands are used in the case of including or excluding any specific variables in the data set?