The Lion King is hosting an animal conference. All the
animals in the world attend except one. Which animal does
not attend?
Answers were Sorted based on User's Feedback
Answer / bhanu
How come this Question sits in "SAS" ? It shud ideally be
under another 3 letter category !!!!!
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / harry
i don't think so these type of questions will be asked by the interviewers....i guess,,,
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anup nair
The elephant. The elephant is in the refrigerator,
remember? This tests if you are capable of comprehensive
thinking.
| Is This Answer Correct ? | 0 Yes | 2 No |
what are the advantages of using SAS in clinical data mangement? why should not we use other software products in managing clinical data?
How can sas program be validated?
what can you learn from the sas log when debugging? : Sas programming
is QUALCOMM using SAS ?
Give some examples where proc report’s defaults are same as proc print’s defaults?
There is a field containing a date. It needs to be displayed in the format "ddmonyy" if it's before 1975, "dd mon ccyy" if it's after 1985, and as 'Disco Years' if it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
Name validation tools used in SAS
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
How would you code the criteria to restrict the output to be produced?
What is the maximum length of the macro variable? : sas-macro
What is substr function?
i have multiple .csv files in a unix directory. every file is having variable names as header.even for empty file also. suppose take 3 files a.csv b.csv c.csv a.csv contains data as name;age,salary; raja;34;4000; ravi;33;5000; kumar;25;3000; b.csv contains data as name;age,salary; ajay;40;4500; and c.csv contains name;age,salary; (only headers) Now i want to import and append all these files in to a single dataset. i tried infile statement with *.csv to import all at a time. but i m not getting correct data. please help me . its urgent. thank you in advance