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 is the difference between where and if statement?
what versions of sas have you used (on which platforms)? : Sas programming
how does sas handle missing values in functions? : Sas programming
Do you know the features of sas?
Mention the category in which sas informats are placed?
Are you involved in writing the inferential analysis plan? Tables specifications?
What is by-group processing?
What are the ways to do a “table lookup” in sas?
What is the basic structure of the SAS base program?
how many types prompting framework can be broken down to? : Sas-bi
If a variable contains only numbers, can it be a character data type?
what is proc Index? and what is proc document?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
Hi, If anyone has base SAS certification dumps, please share.
What is PDV?