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 |
Identify statements whose placement in the DATA step is critical.
what are validation tools that are used in sas? : Sas-administrator
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.
How is character variable converted into numeric variable and vice versa?
What is run-group processing?
how do you want missing values handled? : Sas programming
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
what do the pad and dim functions do? : Sas programming
How to test the debugging in sas?
What are the features of SAS?
How to create a permanent sas data set?
what is change analysis in sas di ? : Sas-di