How do you debug macros?
Answers were Sorted based on User's Feedback
Answer / prag s.
FROM LITTLE SAS BOOK....
TO DEBUG MACRO WE CAN USE THESE OPTIONS---
MERROR, SERROR, SYMBOLGEN, MLOGIC, MPRINT
OPTIONS MPRINT and so on....
Is This Answer Correct ? | 21 Yes | 0 No |
Answer / rag_uss
to debug macros we can use these options
mlogic, symbolgen, mprint, macrogen.
Is This Answer Correct ? | 4 Yes | 0 No |
is there any difference between proc summary and proc means?
what are several options for creating reports in web report studio? : Sas-bi
proc means? proc sort? proc append? proc freq? proc print? proc content?
how to perform paired t-test using Base/SAS & SAS/Stat?
How to read multiple excel sheets from a single excel file at once????
7 Answers HCL, Verinon Technology Solutions,
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
How to get any kind of data in SAS? Is it possible to take data from notepad in SAS?
What is the difference between %local and %global? : sas-macro
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
Which date function advances a date, time or datetime value by a given interval?
What are the new features included in the new version of SAS Programming Language?