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 is PhaseIII, ODS, TLG, Macro and Proc in SAS
Mention common programming errors committed in sas ?
what are the considerations when picking a SAS/STAT procedure?
What is the general format of function in sas? : sas-grid-administration
how do you want missing values handled? : Sas programming
Tell me about % include and % eval? : sas-macro
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
Describe the function and untility of the most difficult SAS macro that you have written.
how can you create zero observation dataset? : Sas programming
what is program data vector? : Sas-administrator
What is the difference between using drop = data set option in data statement and set statement?
How do dates work in sas?
What can you learn from the SAS log when debugging?