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 |
Briefly explain input and put function?
if reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record
How to display duplicate observations in data?
explain about various caches available in data integrator? : Sas-di
I have a dataset with variables empid and doj how to calculate retirement age?
Intern stastical programmer written test
When you will use nowd option in report???
Name statements that function at both compile and execution time.
What is the command used to find missing values?
what is _error_?
2 Answers Axis Bank, Cognizant, JPMorgan Chase,
what is intially documentation for a sas programmer?
how to read the variables in sas? : Sas-administrator