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
What are the difficulties u faced while doing vital signs table or dataset?
what is the basic structure sas administrator? : Sas-administrator
What is the SAS data set?
What is the length assigned to the target variable by the scan function?
Can you execute macro within another macro? : sas-macro
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
why is a stop statement needed for the point=option on a set statement? : Sas programming
what is proc Index? and what is proc document?
Briefly explain input and put function?
how many types of prompts are there? : Sas-bi
what is the difference between floor and ceil functions in sas? : Sas-administrator
What is the difference between INPUT and INFILE ?
What is the order of application for output data set options, input data set options and SAS statements?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
What will calendar procedure do?