How does Mr.Lanka Srinivas teach SAS? Are his accomplishments real? What are the future prospects for SAS?
Answer / venkat
Currently Mr.Lanka Srinivas is running his own CRO and conducting Clinical Trials. I guess he is no more providing training.
As per Mckensy report, with in 2 years the IT industry needs 2-3 lack professionals in data Analysis. I hope there will be a bright career for SAS professionals.
| Is This Answer Correct ? | 1 Yes | 0 No |
The below code we are using for creating more than one macro variables in proc sql using into clause. How we can use same code to create macro variables vara, varb, varc instead of var1, var2, var3.? proc sql noprint; select count(distinct(patient)) into :var1 - :var3 from dataset1 group by trtreg1c ; quit;
what is business intelligence? : Sas-bi
what is washout period?
What is the order of application for output data set options, input data set options and SAS statements?
What are the main differences between sas versions 8.2, 9.0, 9.1?
What is maximum number of rows and cols can be handled in SAS?
How we can call macros with in data step? : sas-macro
What is the difference between proportion and average?
What system options would you use to help debug a macro? : sas-macro
What is the good sas programming practices for processing large data sets?
What are the parameters of scan function?
how to read character value without using substr function in sas ?