Why is SAS considered self-documenting?
Answer / 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 |
what other SAS features do you use for error trapping and data validation?
what is washout period?
Which date function advances a date, time or datetime value by a given interval?
How do you add a number to a macro variable?
how can u extract,transform and loading?
How would you compile all macros from a folder in a study, within the autoexec program?
Tell different ways to create Macrovarible?
3 Answers Accenture, PharmaNet i3,
Mention what is SAS data set?
why is sas data integration studio important? : Sas-di
Why Info School? BUILD YOUR CAREER WITH RIGHT GUIDANCE AND SUPPORT SAS Training in Data Management at InfoSchool Bangalore
Explain the special input delimiters used in sas programming.
what are some differences between proc summary and proc means? : Sas programming