⟩ In PROC PRINT, can you print only variables that begin with the letter “A”?
Use the idea of variable list (varlist) wildcard :
e.g.,
proc print data=xxx ;
var A: ;
run ;
This will list all variables start with letter A.
Use the idea of variable list (varlist) wildcard :
e.g.,
proc print data=xxx ;
var A: ;
run ;
This will list all variables start with letter A.
Do you know what is called data cleaning?
Tell us what are the stages of Datawarehousing?
Tell me what is Active Datawarehousing?
Tell me what are the types of Dimensional Modeling?
What is additive Measures?
Do you know why Data Warehouse is used?
Explain me what is defined as Partial Backup?
Explain the Schema that a data warehouse system can implements?
Explain what kind of costs are involved in Data Marting?
Explain how many dimensions are selected in Slice operation?