What has been your most common programming mistake?

Answers were Sorted based on User's Feedback



What has been your most common programming mistake?..

Answer / arun

Missing a semicolon at the end of the statement.
Missing to write END statement after the ending of the DO-loop

Is This Answer Correct ?    10 Yes 0 No

What has been your most common programming mistake?..

Answer / chiranjeevi

1)filenames are spelled incorrectly.
2)missing the semicolon at the end of the sas statements
3)keywords are apelled incorrectly.

Is This Answer Correct ?    5 Yes 2 No

What has been your most common programming mistake?..

Answer / 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

What has been your most common programming mistake?..

Answer / name is no need

Superb Answers

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More SAS Interview Questions

In which format does Date stores in sas..? What is the use of DATE in SAS.?

3 Answers   TCS,


How you can read the variables that you need?

0 Answers  


what are the types of interactive display types? : Sas-bi

0 Answers  


what is the use of proc contents and proc print in sas? : Sas-administrator

0 Answers  


How do you connect the desktop application to metadata server? : sas-grid-administration

0 Answers  






Under what circumstances would you code a SELECT construct instead of IF statements?

4 Answers  


What do you know about symput and symget?

0 Answers  


In the flow of DATA step processing, what is the first action in a typical DATA Step?

9 Answers  


i have a dataset with 25 obs; 10th obs has like ramu,anji,ramu,azad,ramu like this. i want to know how many times the word repeats in that obs?

3 Answers  


What system options would you use to help debug a macro? : sas-macro

0 Answers  


I have a dataset concat having variable a b & c. How to rename a b to e & f?

0 Answers  


What can be the size of largest dataset in SAS?

0 Answers  


Categories