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
explain the function of substr in sas? : Sas-administrator
Explain proc univariate?
what is intially documentation in sas?
List out some key concept of SAS
What is the difference between proportion and average?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
What are the statements that are executed only?
Given an unsorted data set, how to read the last observation to a new data set?
What are the difference between ceil and floor functions in sas?
what is the difference between unique key and primary key? : Sas-di
What are the prime responsibilities of data integration administrator? : Sas-di
What is the role of administrative users? : sas-grid-administration
What are all the problems you faced while validating tables and reports?
How do you add a number to a macro variable? : sas-macro
What are the table names in oracle database...?