What is the difference between verification and validation?
Answer Posted / sandave003
verification means , checking for errors if any.
and
validation means, proving the dataset is genuine or simply
athenticating the dataset.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Difference between sum function and using “+” operator?
how to do user inputs and command line arguments in sas?
What are the difficulties u faced while doing vital signs table or dataset?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
Differentiate between format and informat? : sas-grid-administration
explain about various caches available in data integrator? : Sas-di
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.
what is the use of sas management console? : Sas-di
How do you test for missing values?
Give an example where SAS fails to convert character value to numeric value automatically?
why is sas considered self-documenting? : Sas programming
What is the difference between proportion and average?
how to read the variables in sas? : Sas-administrator
what is star schema? : Sas-di
Explain substr function?