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


Please Help Members By Posting Answers For Below Questions

What is SAS? What are the functions does it performs?

736


what other sas products have you used and consider yourself proficient in using? : Sas programming

683


explain what is data set in sas? : Sas-administrator

526


How will you generate test data with no input data?

563


What are the prime responsibilities of data integration administrator? : Sas-di

589






What are symget and symput? : sas-macro

733


What are the different types of sas functions?

608


if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming

546


Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?

1768


What was the last computer book you purchased? Why?

1912


What do you know about sas and what we do? : sas-grid-administration

601


State the difference between INFORMAT and FORMAT ?

599


What is the role of administrative users? : sas-grid-administration

660


Describe a time when you were really stuck on a problem and how you solved it?

2086


Mention how to limit decimal places for the variable using proc means?

643