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 is a post baseline?
What would you change about your job?
SAS using companies in chennai
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
How would you code a merge that will keep only the observations that have matches from both sets.
5 Answers Accenture, Bank Of America,
what is the main difference between rename and label? (don't say that they both perform the same function).
What are the functions which are used for character handling functions?
1.How to draw pivot tables in Excel by using SAS and in which version we can use VB script for to draw pivot tables in Excel? Answer with example data. 2.What are the advantages of _NULL_ in Data steps? Can we use _NULL_ in Proc steps also? 3. How to call the macro variable into Data Steps? 4. Can we draw pivot tables in Excel using Proc SQL? Please post answers for the above questions with suitable examples, and how to use VB script for Excel using SAS.
What is the pound sign used for in the data_null_ ?
What other SAS features do you use for error trapping and data validation?
Name few SAS functions?
How do you debug and test your SAS programs?