Of all your work, where have you been the most successful?
Answer / Vishwanath Kumar
"I consider my work on a large-scale data analysis project for a healthcare organization to be one of my greatest successes. I was able to analyze and interpret complex data sets, providing actionable insights that improved patient care."n
| Is This Answer Correct ? | 0 Yes | 0 No |
There is a river notoriously known for it?s large crocodile population. With ease, how do you safely cross it?
How do you download a flat file from Mainframe to your local PC using SAS?
describe the interaction table in sas di? : Sas-di
Hi, If anyone has base SAS certification dumps, please share.
What are the default statistics for means procedure?
You need to create an In List that it is to be later used in a Where Clause that includes all the Regions that begin with the letter A from the sashelp.shoes table. Using PROC SQL with an into clause create the following string from the sashelp.shoes table using the variable region “AFRICA”,”ASIA”,…..
At compile time when a SAS data set is read, what items are created?
which domain is better in sas? clinical trails or banking
What type of tables you are using in YOUR reporting..???
2 Answers GSK GlaxoSmithKline,
Intern stastical programmer written test
What is the command used to find missing values?
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here