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

What is a pdv and what are its functions?

0 Answers  


What is the basic syntax style in SAS?

0 Answers  


whenever we using the merging through data set merging ,we can get note in log like this "MERGE STATEMENT HAS MORE THAN ONE ONE DATASET BY REPEATED BY VAIABLES" but the output has come in good manner,whenever in in sql(full join) we can get cartion product.so How do overcome this problem in sql?

1 Answers   Accenture,


What is the difference between where and if statement?

0 Answers  


What SAS statements would you code to read an external raw data file to a DATA step?

10 Answers   NIIT,


if x=round(26.3,10)-1 then x= how much and how explain?

5 Answers   BoA,


how do you debug and test your sas programs? : Sas programming

0 Answers  


What is the pound sign used for in the data_null_ ?

1 Answers  


i am importing large data from oracle to work library. in log there is a error message worklibrary space is not enough. then how to import the data safely to sas environment.

2 Answers   Cap Gemini,


Do you need to know if there are any missing values?

0 Answers  


What is the order of evaluation of the comparison && logical && relational operators:?

2 Answers   CitiGroup,


how can u extract,transform and loading?

2 Answers   CitiGroup,


Categories