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 the difference between %local and %global?

1 Answers  


Can anyone help to find a statement to get all the predefined formats?

3 Answers   Verinon Technology Solutions,


What are the difference between ceil and floor functions in sas?

0 Answers  


if i having variables named a b c d e f ,how to find total of each variable ????give syntax...??

6 Answers   Accenture,


how to get second highest salary from a employee table and how get a 5th highest salary from a employee table?

11 Answers   ABC, Amex,






What are the five ways to do a table lookup in sas? : sas-grid-administration

0 Answers  


Name statements that function at both compile and execution time.

7 Answers   Accenture,


how does sas know on which server the piece of code to be executed ? say if a proc olap code is written then how the sas application would detect on which server to execute.

1 Answers   TCS,


What sas features do you use to check errors and data validation?

0 Answers  


What are exact SAS Base contents..?N what r SAS Tools..?

1 Answers  


What are the functions which are used for character handling functions?

0 Answers  


Explain how merging helps to combine data sets.

0 Answers  


Categories