WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?

Answers were Sorted based on User's Feedback



WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?..

Answer / rajaanku11

Debugging is the process of testing the logic of the program.

To debug the sas Datastep: use the Debug clause after '/' in
the data statement and execute. If needed set watch points,
and keep on pressing enter key while Observing the values
in the debugger log window.Finally exit from it.

To debug the Macro programs, use the system options like
Symbolgen,Mlogic, Mprint.

Debugging is also supported by the log window by
notes,warnings, errors and messeges of and Error macro
variables.

Is This Answer Correct ?    20 Yes 0 No

WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?..

Answer / 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

WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?..

Answer / vengala reddy

mlogic,mprint,merror,serror,symbolgyn

Is This Answer Correct ?    2 Yes 9 No

Post New Answer

More SAS Interview Questions

What is slibref?

0 Answers  


What is SAS Information Map Studio and its purpose ?

2 Answers   SAS, TCS,


how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5

0 Answers  


What is difference between sas rename and lable?

4 Answers  


In proc transpose and data step with arrays which one you pick?

0 Answers   Accenture, Quintiles,


Does anybody has lastest SAS certification dumps,if anybody has please mail me on saggydesai@gmail.com

2 Answers  


How does proc sql work?

0 Answers  


What are the analysis datasets created, and what are the new variables created in CLINICAL SAS

1 Answers   Accenture, Sciformix,


describe the interaction table in sas di? : Sas-di

0 Answers  


what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming

0 Answers  


what is sas application server? : Sas-di

0 Answers  


what is factor analysis? : Sas-administrator

0 Answers  


Categories