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
List out some key concept of SAS
what are some good sas programming practices for processing very large data sets? : Sas programming
Explain the purpose of retain statement.
What function CATX syntax does?
What’s the difference between var b1 – b3 and var b1 — b3?
What are all the problems you faced while validating tables and reports?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
Mention what are the data types does SAS contain?
What is proc sort?
What is program data vector (pdv)?
What does PROC print, and PROC contents do?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
Difference between informat and format?
what is SAS OPTIMIZATION?