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
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
How can you limit the variables written to output dataset in data step?
How will you generate test data with no input data?
What is the difference between %local and %global? : sas-macro
what is proc Index? and what is proc document?
Explain data step in SAS
Mention the validation tools used in SAS?
Explain the special input delimiters used in sas programming.
What is the purpose of trailing @ and @@? How do you use them?
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
Explain input and put function?
Explain the main difference between the sas procedures and functions? : Sas-administrator
What are the difference between the sas data step and sas procs?
How would you include common or reuse to be processed along with your statements?