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
Explain the use of proc gplot? : sas-grid-administration
What are the parameters of scan function?
What is the difference between SAS functions and procedures?
Differentiate input and infile.
what is the effect of the options statement errors=1? : Sas programming
What are the five ways to do a table lookup in sas? : sas-grid-administration
Difference between informat and format?
Explain translate function?
What are the statements that are executed only?
explain the function of substr in sas? : Sas-administrator
What are the advantages of using sas?
What do you code to create a macro? : sas-macro
how will you locate the sas platform applications? : Sas-bi
: and & modifiers.
Compare sas with other data analytics tools.