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 |
What does the RUN statement do?
what is sas metadata server? : Sas-di
Explain the use of proc gplot? : sas-grid-administration
Describe a time when you were really stuck on a problem and how you solved it?
name some data transformation used in sas di? : Sas-di
What is a pdv and what are its functions?
i have a dataset with 100000 records. i want 100 records from that dataset and create a dataset.we need to pick the observations random order like 100obs,500obs,1020obs,1890obs,2565obs like that i need 100 obs in random order? how can we create this one?
What is SAS? What are the functions does it performs?
Mention how to limit decimal places for the variable using proc means?
what is picture format? give any one example?
Which command is used to save logs in the external file?
What is the difference between one to one merge and match merge? Give an example.