How do you debug macros?

Answers were Sorted based on User's Feedback



How do you debug macros?..

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

How do you debug macros?..

Answer / rag_uss

to debug macros we can use these options
mlogic, symbolgen, mprint, macrogen.

Is This Answer Correct ?    4 Yes 0 No

How do you debug macros?..

Answer / ramesh

using %put statement we can Debug .. the macro

how the values are resolving..in a loop

%put < "the value of macro variable is : &macrovariable >;

Is This Answer Correct ?    6 Yes 5 No

Post New Answer

More SAS Interview Questions

is there any difference between proc summary and proc means?

3 Answers  


what are several options for creating reports in web report studio? : Sas-bi

0 Answers  


proc means? proc sort? proc append? proc freq? proc print? proc content?

4 Answers   Oracle,


how to perform paired t-test using Base/SAS & SAS/Stat?

2 Answers  


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

0 Answers  


what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming

0 Answers  


How to get any kind of data in SAS? Is it possible to take data from notepad in SAS?

7 Answers   GSK, TNS,


What is the difference between %local and %global? : sas-macro

0 Answers  


What do the sas log messages “numeric values have been converted to character” mean? What are the implications?

0 Answers  


Which date function advances a date, time or datetime value by a given interval?

0 Answers  


What are the new features included in the new version of SAS Programming Language?

0 Answers  


Categories