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 do you feel about hardcoding?
what is hash files in sas and why we are using this one in sas?
1.What is the difference between _NULL_ , _ALL_, and _N_? 2.What are the uses of _NULL_ using in Data Steps? Can we _NULL_ in Proc Steps also? 3.How do call the macro variable in Data Steps? 4.How to construct Pivot tables in Excel Using SAS?
If you could design your ideal job, what would it look like?
Describe crosslist option in tables statement?
how do you debug and test your sas programs? : Sas programming
Name and describe three SAS functions that you have used, if any?
what is the difference btw proc means and proc univariate?
it will become easy if uuu provide website linkssss and list of consultanciessssss
Give e an example of..
what are the best practices to process the large data sets in sas programming? : Sas-administrator
How can you limit the variables written to output dataset in data step?