what are different analysis datasets you created and what are the new variables created
Answers were Sorted based on User's Feedback
Answer / ram
We can create the Analysis data sets using Base SAS Proc SQL.
Analysis is nothing but to creative new variables using to create calculation.
Ex- what is the business done for financial year on 2012.
what is the business for Month on Month.
what is the business done by live agents.
variable like--
Month,FY2011,FY2012,interested_rate,Pending_amount.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ramkgupta
In Clinical SAS, analysis datasets are the highest level datasets, one pro away to produce TLF's. these datasets stores almost all information related to specific kind. for example: ADSL, ADAE, ADCM, ADLB....etc. Here ADSL stores all basic information regarding subjects in the study. ADAE stores all adverse events related information.
| Is This Answer Correct ? | 3 Yes | 0 No |
Hi , which book should i refer to for preaparing SAS statistical Exam. Searched a lot on books but still did n't find relevant books
how do u identify a macro variable
explain about sas business intelligence? : Sas-bi
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
How do you use the do loop if you don’t know how many times you should execute the do loop?
What are the implications?
what is the difference between proc means and proc tabulate?
What are the different types of sas functions?
Intern stastical programmer written test
Which command is used to save logs in the external file?
Have you ever linked SAS code? If so, describe the link and any required statements used to either process the code or the step itself.
For what purpose(s) would use the RETURN statement?