| Other SAS Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what are the advantages of using SAS in clinical data
mangement? why should not we use other software products in
managing clinical data? | Wockhardt | 1 |
| Can you use a macro within another macro? If so how would
SAS know where the current acro ended and the new one
began? | | 2 |
| data voter;
input Age Party : $1. (Ques1-Ques4)($1. + 1);
datalines;
23 D 1 1 2 2
45 R 5 5 4 1
67 D 2 4 3 3
39 R 4 4 4 4
19 D 2 1 2 1
75 D 3 3 2 3
57 R 4 3 4 4
;
Idont understand what the (Ques1-Ques4)($1. + 1) means.
I have seen (Ques1-Ques4)(4*$1.), but what is
(Ques1-Ques4)($1. + 1)?
Appreciate all help
Thanks | | 2 |
| what is fact table and factless table? | | 1 |
| DATA ABC;
INPUT TDATE DATE9. AVG;
CARDS;
18APR2008 150.00
19APR2008 167.00
20APR2008 123.00
21APR2008 145.00
;
RUN
HOW CAN I FIND THE DIFFERENCE BETWEEN AVG OF 18APR2008 ANF
21APR2008??
IF ANY ONE GETS IT PLS TRY TO POST IT. | Verinon-Technology-Solutions | 7 |
| what is OLAP? | CitiGroup | 3 |
| Does anybody has lastest SAS certification dumps,if anybody
has please mail me at akshara_SAS@ymail.com
Thanks
Akshara | | 3 |
| Name statements that are execution only. | Accenture | 11 |
| what are methods to identify duplicate observations? | HCL | 4 |
| The Lion King is hosting an animal conference. All the
animals in the world attend except one. Which animal does
not attend? | Oracle | 4 |
| what is the use of proc sql? | CitiGroup | 4 |
| What is _n_? | | 19 |
| How would you determine how far down on a page you have
printed in order to print out footnotes? | | 3 |
| sas implimented companies in hyderabad | CTS | 7 |
| how can u extract,transform and loading? | CitiGroup | 2 |
| How would you code a merge that will keep only the
observations that have matches from both sets. | Accenture | 5 |
| How do you add a number to a macro variable? | | 2 |
| How to import the Zip files into SAS? If it is possible in
SAS? If it is posible write the code... | | 3 |
| How would you remove a format that has been permanently
associated with a variable?
________________
| TCS | 2 |
| What other SAS features do you use for error trapping and
data validation? | | 2 |
| |
| For more SAS Interview Questions Click Here |