in which companies SAS openings are there? List of companies
using SAS technology.
Answers were Sorted based on User's Feedback
Answer / chamsie
Mahindra Satyam too has a very worse working environment in SAS
| Is This Answer Correct ? | 7 Yes | 4 No |
explain about data integrator metadata reports? : Sas-di
Are you familiar with special input delimiters How are they used?
What would be the value of month at the end of data step execution and how many observations would be there?
how can you code the confidence intervals?
6 Answers Cytel, IIT, Ranbaxy,
what is factor analysis? : Sas-administrator
how the sas basic syntax style described? : Sas-administrator
if x=round(26.3,10)-1 then x= how much and how explain?
In the flow of DATA step processing, what is the first action in a typical DATA Step?
/*i have the following dataset.*/ data score; input marks ; datalines; 10 20 30 40 50 60 70 80 90 100 ; run; Now i should get the result as sum of 1 to 5 i.e(10+20+30+40+50)=150 and 2 to 6 i.e(20+30+40+50+60)=200 and 3 to 7 i.e(30+40+50+60+70)=250 and so on. how to get it. thanks in advance
How do you debug and test your SAS programs?
Explain append procedure?
Do you need to combine data sets? How should you combine data sets– MERGE or SET statements in DATA steps,PROC APPEND,PROC SQL?