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 |
Are you familiar with special input delimiters? How are they used?
What is your weekness? I am confuse what to say about this question. so can u give some answer which can be yur strenght.
What do you code to create a macro? : sas-macro
What are the new features included in the new version of SAS Programming Language?
how to assign a macro value to a variable?
Have you ever linked SAS code? If so, describe the link and any required statements used to either process the code or the step itself.
Can you excute a macro within a macro? Describe.
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
what are all the default values getting in PROC MEANS...???
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
What are the features of SAS?
what is function of retain statment