What is the difference between verification and validation?
Answers were Sorted based on User's Feedback
Answer / sunil
verification is to ensure the accuracy and the quality of
SAS programs that generated the final tables according to
the instructions in the SOP and the SAP.
validation is to ensure that the logic and intent of the
program is correct and that data errors are detected.
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / vsrao
verification is nothing but are we building the product
right?
validation means r we building the right product?
(the system should do what the user really requires.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / kumaraswamy maduri
Verification: It means to check whether things are going on
as per the given input and specifications.
Validation: To test the product whether it works in
functional manner.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / jbr
Verification is in programming level and Validation is output level.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shahena parvin munni
Verification means to checking that data is correctly
transformed into computer from the format. and validation
means to check the entered data is correct.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ali
Validation is nothing but to find out the error in the data.
Varification ???
| Is This Answer Correct ? | 4 Yes | 5 No |
Answer / 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 |
Answer / chiranjeevi
verification is nothing but cheking the missvalues(null),any
special characters and errors in ihe dataset.
validation is nothing but enables you to check the syntax of
a querry.
where statement is using in validation.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / sas
Verifcation is noting bus checking the data if having any missing values or invalid data.
validation means checking the data the we got is valid or not by using the sas (ex-obs,firstobs);
| Is This Answer Correct ? | 0 Yes | 4 No |
proc means? proc sort? proc append? proc freq? proc print? proc content?
If you set a label in the data step and call a proc freq on the data, how do you display the data without the labels and just the variables.
Name statements that function at both compile and execution time.
How to import the Zip files into SAS? If it is possible in SAS? If it is posible write the code...
What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?
what is sas business intelligence? : Sas-bi
my problem is to export my report to xsl.i can do that.but the problem is my report has 3 headings first heading should be printed with the merging of (1-5)cells and heading 2 should be of merge(2-4)cells?how to do this condition?
What statement do you code to tell SAS that it is to write to an external file?
Explain proc sort?
What is a pdv and what are its functions?
where to use sas business intelligence? : Sas-bi
What does error:1 mean?