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
If a variable contains only numbers, can it be a character data type?
Name and describe few sas character functions that are used for data cleaning in brief.
How do you connect the desktop application to metadata server? : sas-grid-administration
what is the function of catx syntax? : Sas-administrator
Are you involved in writing the inferential analysis plan? Tables specifications?
Explain proc sort?
how to change the execute of macro
how does sas handle missing values in formats? : Sas programming
Approximately what date is represented by the SAS date value of 730?
What is the difference between match merge and one to one merge?
what is the difference between floor and ceil functions in sas? : Sas-administrator
What are the applications primarily used by business analyst? : Sas-bi
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)?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
how the sas basic syntax style described? : Sas-administrator