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 are the 3 components in sas programming?
What sas features do you use to check errors and data validation?
Are you sensitive to code walk-throughs peer review or QC review?
how can you import .csv file in to sas? : Sas programming
How do you specify the number of iterations and specific condition within a single do loop?
Describe the ways in which you can create macro variables?
Describe the ways in which you can create macro variables? : sas-macro
What will calendar procedure do?
If a variable contains letters or special characters, can it be numeric data type?
What is the role of administrative users? : sas-grid-administration
What are pdv and it functions?
How to read an input file in sas?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
What is PROC in SAS?
what is slowly changing dimension? : Sas-di