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
This entry was posted in General. Bookmark the permalink. Post a comment or leave
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
Why double trailing @@ is used in input statement?
What are the new features included in the new version of SAS Programming Language?
for report generation which one you used proc report or data_null_?
which date function advances a date, time or datetime value by a given interval? : Sas programming
What is PDV?
What are symget and symput? : sas-macro
what techniques and/or procs do you use for tables? : Sas programming
How do you control the number of observations and/or variables read or written?
What is slibref?
how to change the execute of macro
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?
What are the difficulties u faced while doing vital signs table or dataset?
What’s the difference between var b1 – b3 and var b1 — b3?