What has been your most common programming mistake?
Answer Posted / 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 |
Post New Answer View All Answers
Mention the validation tools used in SAS?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
why a stop statement is needed for the point= option on a set statement?
How can sas program be validated?
What is the difference between %local and %global? : sas-macro
What are the data types that sas contain?
Mention how to limit decimal places for the variable using proc means?
why is sas considered self-documenting? : Sas programming
What is the maximum length of the macro variable? : sas-macro
What commands are used in the case of including or excluding any specific variables in the data set?
Mention what is PROC in SAS?
for report generation which one you used proc report or data_null_?
how do you pull data from equifax?tell me the process?
How substr function works in sas?
How would you identify a macro variable? : sas-macro