What has been your most common programming mistake?
Answer Posted / s.bhattacharya
Well there has been lot of mistakes...but the one i do frequently is to miss writing "QUIT" after a "PROC SQL"....
This creates a big hang issue when u r dealing with large data files
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the use of the %include statement?
What are all the problems you faced while validating tables and reports?
What is SAS?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
Are you sensitive to code walk-throughs peer review or QC review?
Tell me about % include and % eval? : sas-macro
Are you involved in writing the inferential analysis plan? Tables specifications?
What is the difference between where and if statement?
what is factor analysis? : Sas-administrator
How can sas program be validated?
what are some good sas programming practices for processing very large data sets? : Sas programming
what are the scrubbing procedures in sas? : Sas programming
What are the 3 components in sas programming?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?