what is the diff b/w verification validation in sas
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
what are the new features included in the new version of SAS i.e., SAS9.1.3?
5 Answers College School Exams Tests, Wockhardt,
what can you learn from the sas log when debugging? : Sas programming
what are all the default values getting in PROC MEANS...???
describe about metadata object? : Sas-di
HOW DO WE CREATE A SAS STORED PROCESS IN SAS EG ?
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
Which date function advances a date, time or datetime value by a given interval?
Under what circumstances would you code a SELECT construct instead of IF statements?
how to generate the test data in sas without input data? : Sas-administrator
How can I remove header from output data set?
What system options would you use to help debug a macro? : sas-macro
what is data integration? : Sas-di