Identify statements whose placement in the DATA step is
critical?
Answer Posted / raghu
data
input
cards/datalines
run
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is program data vector? : Sas-administrator
where to use sas business intelligence? : Sas-bi
Explain proc univariate?
List out some key concept of SAS
Compare sas with other data analytics tools.
how to read the variables in sas? : Sas-administrator
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
Difference between sum function and using “+” operator?
Have you used macros? For what purpose you have used? : sas-macro
What does the RUN statement do?
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
How do you connect the desktop application to metadata server? : sas-grid-administration
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
AE datasets names? how many types?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?