Answer Posted / ravi gupta
I think this is because in SAS by default we get detailed log.. listing out each and every step with ERROR/WARNINGs or NOTES, this is quite helpful in debugging.
On top of it you also have debugging options like - MACROGEN SYMBOLGEN MLOGIC MPRINT MFILE, which allows you to dig deeper and get even more detailed logs.
Looking at SAS log only you can make out what exactly the code is doing... you get the whole story documented itself - how many observations where read from input dataset and how many variables the new dataset have and if a variable was left uninitialised or truncated and lot more.
Its so well documented that you can retrieve your SAS code from its log using a simple regular expression.
However, I struggled to get SAS like logs in R & Python.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
for what purpose would you use the retain statement? : Sas programming
what is proc Index? and what is proc document?
How can sas program be validated?
What is PDV?
what is factor analysis? : Sas-administrator
explain what is factor analysis? : Sas-administrator
How do you convert basic cube to transaction cube and transaction cube to basic cube?
Tell e how how dealt with..
what are the categories that sas informats are used to the place the data? : Sas-administrator
how to debug and test the sas program? : Sas-administrator
what is the use of proc contents and proc print in sas? : Sas-administrator
how to do user inputs and command line arguments in sas?
What is the difference between SAS functions and procedures?
what is sas application server? : Sas-di
Give some ways by which you can define the variables to produce the summary report (using proc report)?