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

1 new york 7,262,700 2 los angeles 3,259,340 3 philadelphia 1,642,900 how to read the above data using input statement consider the above data is in txt format externally u have to use infile and input statement.

9 Answers   Quintiles,


what type of graphs we will create(for 2+years candidates)?

0 Answers   Accenture, Icon,


Code the MEANS to produce output to be used later.

2 Answers  


how do you derive descriptive statistics?

1 Answers   Accenture, Quintiles,


What are the best sas programming practices for handling very large datasets? : sas-grid-administration

0 Answers  






Describe the function and untility of the most difficult SAS macro that you have written.

0 Answers  


what is conditional processing?

4 Answers   Accenture,


Mention few capabilities of sas framework.

0 Answers  


What are _numeric_ and _character_ and what do they do?

1 Answers   Quintiles,


how can you put a "trace" in your program? : Sas programming

0 Answers  


Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro

0 Answers  


what is treatment emergent events and treatment emregent adverse event

0 Answers  


Categories