How would you code a macro statement to produce information
on the SAS log? This statement can be coded anywhere.
Answer Posted / dupe bassey
OPTIONS MPRINT MLOGIC MERROR SYMBOLGEN;
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
what are the scrubbing procedures in sas? : Sas programming
How do you add a number to a macro variable? : sas-macro
how to do user inputs and command line arguments in sas?
what are informats in sas? : Sas-administrator
What are the ways to do a “table lookup” in sas?
how can you import .csv file in to sas? : Sas programming
Have you ever used the SAS Debugger?
Why double trailing @@ is used in input statement?
How can I remove header from output data set?
How do dates work in sas?
describe the interaction table in sas di? : Sas-di
How would you define the end of a macro? : sas-macro
what is snowflake schema? : Sas-di
Describe crosslist option in tables statement?
Describe the function and untility of the most difficult SAS macro that you have written.