what is the diff b/w verification validation in sas

Answers were Sorted based on User's Feedback



what is the diff b/w verification validation in sas..

Answer / pnprasad

Verification: After writing a program, if you want to check
is it correct or not. Ex. By using Debuging
Validation: Is the process, recorded evidence of the
actions in a sequence and gives the same outputs with out
any deviation of the given task (i.e accuracy, integrity
etc).

Is This Answer Correct ?    8 Yes 0 No

what is the diff b/w verification validation in sas..

Answer / ramesh

verification :
is the value is correct ot not

validation :
is the value is existable or not

EX:

0 <= p(x) <= 1

validation: value of p(x) must be lies between 0 and 1
other wise it's not validate result

verification: check again the calculation process to obtain
the valid value for p(x).......

p(x) means probability of x(Success)

Is This Answer Correct ?    8 Yes 2 No

what is the diff b/w verification validation in sas..

Answer / srinivas,korasavada

simply
verification:more of sence of testing the accuracy of a
statement.

validation:more of sence declaring statement to be true

Is This Answer Correct ?    7 Yes 1 No

Post New Answer

More SAS Interview Questions

What is the registered Key word is sas????

2 Answers   TCS,


what is the use of proc sql? : Sas programming

0 Answers  


In ARRAY processing, what does the DIM function do?

0 Answers  


How would you delete observations with duplicate keys?

13 Answers   Accenture,


for report generation which one you used proc report or data_null_?

3 Answers   Accenture, Quintiles,






what are the best practices to process the large data sets in sas programming? : Sas-administrator

0 Answers  


Name some categories in sas 9? : sas-grid-administration

0 Answers  


Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?

0 Answers  


what is syntax of proc merge ?

7 Answers   TCS,


Are you sensitive to code walk-throughs peer review or QC review?

0 Answers   Quintiles,


Define run-group processing?

0 Answers  


Code a PROC MEANS that shows both summed and averaged output of the data.

5 Answers  


Categories