How would you code a macro statement to produce information
on the SAS log? This statement can be coded anywhere.
Answer Posted / aravind rangaraj
%put stament is used to print the information about macro
variable references and this statemet is
global.mprint,mlogic symbolgen are system options and used
to print the information in the log to debug the macros
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the SAS data set?
What are the functions used for character handling?
what is hierarchy flattening? : Sas-di
what is sas olap server? : Sas-di
why is a stop statement needed for the point=option on a set statement? : Sas programming
How to create an external dataset with sas code?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
what are informats in sas? : Sas-administrator
What is program data vector (pdv) and what are its functions?
What are the new features included in the new version of SAS Programming Language?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
What are the parameters of scan function?
What is the use of stop statement?
What is the sas data set? : sas-grid-administration
Differentiate between sas functions and sas procedures.