My SAS Tutorials

Tuesday 12 March 2013

SAS INTERVIEWS CONCEPTUAL QUESTIONS V

We have a raw dataset:


Ball Price is : $700
Bat Price is: $800
Wicket Price is : $900

We have to make SAS data set as:

Product           Cost
--------         --------
Bat                   700
Ball                   800
Wicket              900

Kindly write your answer in comment box:

Now prepare your Base SAS and Advance SAS Certification Exams with Online Mock tests:  http://exam.sankhyana.com

If you want to Learn Base SAS and Advance SAS please mail me at creativityofnature@gmail.com.

Friday 8 March 2013

SAS INTERVIEWS CONCEPTUAL QUESTIONS IV

We have a SAS data Set One: Write a program to create SAS data set Two.


       ONE                                                                                             TWO

Var1             Var2                                                           Var1            Var2           Var3
                                                                 
a                      3                                                                a                3                   0
b                      5                                                                b               5                   0
c                      10                                                              g               6                    0
d                      10                                                             e                7                    1
e                       7                                                               f                 7                   1
f                        7                                                               h                9                   0
g                       6                                                               c               10                  1
h                        9                                                             d                10                  1

Now prepare your Base SAS and Advance SAS Certification Exams with Online Mock tests:  http://exam.sankhyana.com



For training related info kindly mail us at info@sankhyana.com
www.sankhyana.com





Thursday 7 March 2013

SAS INTERVIEWS CONCEPTUAL QUESTIONS III

We have a SAS data set:


SAS Data Set One

EID      Week          Attendance
101         1                    5
101         2                    4
101         3                    6
101         4                    3
102         1                    1
102         2                    3
103         3                    6



We need to create A SAS data:

EID  week1 week2 week3 week4    Present days
101      5          4        6         3             18
102      1           3       .          .              4
103      .            .        6        .               6


Write a program to create the desired data set.

Now prepare your Base SAS and Advance SAS Certification Exams with Online Mock tests:  http://exam.sankhyana.com



For training related info kindly mail us at info@sankhyana.com
www.sankhyana.com

Wednesday 6 March 2013

SAS INTERVIEWS CONCEPTUAL QUESTIONS II

You have  a SAS data set one. In this SAS data set you have a variable number. You have to create other SAS data set(TWO) and that data set should have one variable having name 'Prime_numbers', it should contain only prime numbers from variable 'Numbers'.

---------                                                                                                              
|  One   |                                                                                                          Two
---------                                                                                                                                                                                                  

Numbers                                                                                               Prime_Numbers
----------------                                                                                
17                                                                                                               17
21                                                                                                               61
55                                                                                                               31
61                                                                                                               89
88                                                                                                               51
100
15
31
50
99
89
51

Now prepare your Base SAS and Advance SAS Certification Exams with Online Mock tests:  http://exam.sankhyana.com



For training related info kindly mail us at info@sankhyana.com
www.sankhyana.com