WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?

Answer Posted / rajaanku11

Debugging is the process of testing the logic of the program.

To debug the sas Datastep: use the Debug clause after '/' in
the data statement and execute. If needed set watch points,
and keep on pressing enter key while Observing the values
in the debugger log window.Finally exit from it.

To debug the Macro programs, use the system options like
Symbolgen,Mlogic, Mprint.

Debugging is also supported by the log window by
notes,warnings, errors and messeges of and Error macro
variables.

Is This Answer Correct ?    20 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which are the statements whose placement in the data step is critical?

758


Explain what is SAS informats?

621


what are all the reports you generated in your recent project?

1679


Give some examples where proc report’s defaults are different than proc print’s defaults?

593


What is a macro routine?

2101






How is character variable converted into numeric variable and vice versa?

593


Which statement does not perform automatic conversions in comparisons?

1202


How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?

1942


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

712


Describe a time when you were really stuck on a problem and how you solved it?

2082


Explain what is the use of proc gplot?

702


what has been your most common programming mistake? : Sas programming

562


if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation

1165


What does the RUN statement do?

851


What are the special input delimiters used in SAS?

652