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
How would you identify a macro variable? : sas-macro
Explain the use of proc gplot? : sas-grid-administration
What do you understand by the term Normal Distribution?
In SAS explain which statement does not perform automatic conversions in comparisons?
how does sas handle missing values in formats? : Sas programming
what is program data vector? : Sas-administrator
What is a method to debug and test your SAS program?
What is the role of sas grid administrator? : sas-grid-administration
Explain how you can debug and test your SAS program?
Difference between sum function and using “+” operator?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
what is function of retain statment
What are the new features included in the new version of SAS Programming Language?
what are sas/access and sas/connect? : Sas programming
What commands are used in the case of including or excluding any specific variables in the data set?