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


Please Help Members By Posting Answers For Below Questions

Can you execute macro within another macro? : sas-macro

521


please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??

1661


what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming

623


Explain the difference between nodup and nodupkey options?

605


what is study design in while working with SAS? what are screening variables in SAS?

1679






For what purpose would you use the RETAIN statement?

1038


What are the difficulties u faced while doing vital signs table or dataset?

1927


What system options would you use to help debug a macro? : sas-macro

634


Explain how merging helps to combine data sets.

607


what is the effect of the options statement errors=1? : Sas programming

586


What are the difference between ceil and floor functions in sas?

703


What is the role of administrative users? : sas-grid-administration

653


what is hash files in sas and why we are using this one in sas?

1723


Explain substr function?

570


How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?

744