WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?
Answer Posted / venkatesh.layam
debugging is error identifier process.if you have any
errors in your programme it will display in log window
the errors are different type
syntaxal error
semantic errors
exection time errors
logical errors:which can not gives the error message but
the results are change dynamically.
macro debugging(by using mlogic mprint symbolgen)
>and can identify errors in the programme by using debug
option'/';
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What does PROC print, and PROC contents do?
Which command is used to save logs in the external file?
what is intially documentation in sas?
What is the good sas programming practices for processing large data sets?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
How do you specify the number of iterations and specific condition within a single do loop?
How do you test for missing values?
In SAS explain which statement does not perform automatic conversions in comparisons?
Mention few capabilities of sas framework.
How can you create a macro variable with in data step? : sas-macro
What are the data types in sas?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
Differences between where and if statement?
To what type of programms have you used scratch macros?
What do the PUT and INPUT functions do?