what are different analysis datasets you created and what are the new variables created

Answers were Sorted based on User's Feedback



what are different analysis datasets you created and what are the new variables created..

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

what are different analysis datasets you created and what are the new variables created..

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

Post New Answer

More SAS Interview Questions

What is the order of evaluation of the comparison && logical && relational operators:?

2 Answers   CitiGroup,


i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?

6 Answers   GSK,


what is the basic structure sas administrator? : Sas-administrator

0 Answers  


Mention what is SAS data set?

0 Answers  


explain the main difference between the nodup and nodupkey options? : Sas-administrator

0 Answers  


How would you include common or reuse to be processed along with your statements?

0 Answers  


Describe a time when you were really stuck on a problem and how you solved it?

0 Answers   Oracle,


how can u extract,transform and loading?

2 Answers   CitiGroup,


I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak

1 Answers  


Explain bmdp procedure?

0 Answers  


Explain the difference between informat and format with an example.

0 Answers  


what is hash files in sas and why we are using this one in sas?

0 Answers   L&T, SAS,


Categories