Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
2329How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
2163Can you continue to write code while the rest of the people on the floor where you work have a noisy party to which you were not invited?
2 5697The Lion King is hosting an animal conference. All the animals in the world attend except one. Which animal does not attend?
6 13400There is a river notoriously known for it?s large crocodile population. With ease, how do you safely cross it?
1 5403
What are the different servers in sas? : sas-grid-administration
I have a dataset concat having variable a b & c. How to rename a b to e & f?
how to remove duplicates using proc sql?
What is the difference between using drop = data set option in data statement and set statement?
What is the order of application for output data set options, input data set options and SAS statements?
What would be the value of month at the end of data step execution and how many observations would be there?
What function CATX syntax does?
name some data transformation used in sas di? : Sas-di
For what purpose would you use the RETAIN statement?
what are the considerations when picking a SAS/STAT procedure?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
What is the command used to find missing values?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
What is program data vector (pdv) and what are its functions?
How do you specify the number of iterations and specific condition within a single do loop?