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
what other sas products have you used and consider yourself proficient in using? : Sas programming
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
Give e an example of..
what type of graphs we will create(for 2+years candidates)?
What is the basic syntax of a sas program?
how many types prompting framework can be broken down to? : Sas-bi
what is star schema? : Sas-di
what is sas and what are the functions? : Sas-administrator
What is the difference between using drop = data set option in data statement and set statement?
What are the differences between sum function and using “+” operator?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
What are the difference between sas functions and procedures?
What is substr function?
If a variable contains only numbers, can it be a character data type?
What does P-value signify about the statistical data?