WHAT IS DEBUGGING? HOW TO TEST THE DEBUGGING IN SAS?
Answer Posted / 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 |
Post New Answer View All Answers
Mention few capabilities of sas framework.
which date functions advances a date time or date/time value by a given interval? : Sas programming
Mention what is SAS data set?
what are input dataset and output dataset options? : Sas programming
In proc transpose and data step with arrays which one you pick?
what is slowly changing dimension? : Sas-di
explain about sas business intelligence? : Sas-bi
Which statement does not perform automatic conversions in comparisons?
Which command is used to save logs in the external file?
what is sas enterprise intelligence architecture? : Sas-bi
how does sas handle missing values in formats? : Sas programming
Describe a time when you were really stuck on a problem and how you solved it?
what is broad cast agent? : Sas-bi
How do dates work in SAS data?
why a stop statement is needed for the point= option on a set statement?