what are different analysis datasets you created and what are the new variables created
Answer Posted / 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 |
Post New Answer View All Answers
What are the uses of sas?
Explain bmdp procedure?
Which function is used to count the number of intervals between two sas dates?
Describe the function and utility of the most difficult SAS macro that you have written?
Differentiate input and infile.
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
describe the interaction table in sas di? : Sas-di
How do you debug and test your SAS programs?
how can you put a "trace" in your program? : Sas programming
What is the sas data set? : sas-grid-administration
Which command is used to save logs in the external file?
What commands are used in the case of including or excluding any specific variables in the data set?
what is transformation in sas data integration? : Sas-di
What is slibref?
What is the basic syntax of a sas program?