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 |
How would you remove a format that has been permanently associated with a variable? ________________
what is the difference between proc report and proc format?
How experienced are you with customized reporting and use of Data _Null_ features?
What is a put statement?
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn?t have a value?
what is Business Intelligence?
what are the benefits of data integration? : Sas-di
If you set a label in the data step and call a proc freq on the data, how do you display the data without the labels and just the variables.
is it possible to generate sas datasets using proc print ???
1 Answers GSK GlaxoSmithKline,
"What is the difference between proc sort nodup and proc sort nodupkey?"
How to create an external dataset with sas code?
How many data types are there in SAS?