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
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
How necessary is it to be creative in your work?
Describe a time when you were really stuck on a problem and how you solved it?
Mention what is SAS data set?
What is the purpose of trailing @ and @@? How do you use them?
what is sas and what are the functions? : Sas-administrator
how do you want missing values handled? : Sas programming
name several ways to achieve efficiency in your program? : Sas programming
Explain input and put function?
do you prefer proc report or proc tabulate? Why? : Sas programming
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
Describe crosslist option in tables statement?
State the difference between INFORMAT and FORMAT ?
Mention few capabilities of sas framework.
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi