| Other SAS Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the one statement to set the criteria of data that
can be coded in any step? | | 3 |
| Code a PROC SORT on a data set containing State, District
and County as the primary variables, along with several
numeric variables. | Accenture | 5 |
| What do you feel about hardcoding?
| Oracle | 4 |
| · What are some good SAS programming practices for
processing very large data sets? | | 3 |
| What is the difference between a PROC step and a DATA step? | Accenture | 7 |
| How would you remove a format that has been permanently
associated with a variable?
________________
| TCS | 2 |
| How would you determine how far down on a page you have
printed in order to print out footnotes? | | 3 |
| How would you code the criteria to restrict the output to be
produced? | | 6 |
| hi guys ...i have one query...
data abc;
input s w k g o t a m;
cards;
1 2 3 4 5 6 7 8
2 3 4 5 6 7 8 9
;
run;
i want the output to be the sorted order(only
variables).observations should not be changed.. | | 10 |
| How would you delete duplicate observations? | Accenture | 8 |
| Are you familiar with special input delimiters? How are they
used? | Accenture | 3 |
| wat is sas? is a package or programming language? | | 4 |
| what is the difference btw proc means and proc univariate? | HSBC | 4 |
| what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter? | Accenture | 13 |
| Briefly describe 5 ways to do a "table lookup" in sas. | | 2 |
| wt is a-z and a--z? | Accenture | 2 |
| what is the difference between %put and symbolgen? | | 5 |
| How can you put a "trace" in your program? | | 2 |
| How would you remove a format that has been permanently
associated with a variables? | | 2 |
| Can you excute a macro within a macro? Describe. | Genta | 2 |
| |
| For more SAS Interview Questions Click Here |