what is the diff b/w verification validation in sas
Answer Posted / 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 |
Post New Answer View All Answers
what are some good sas programming practices for processing very large data sets? : Sas programming
What are the different versions of sas that you have used until now? : sas-grid-administration
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
Differentiate between proc means and proc summary.
How does proc sql work?
Can you explain the process of calendar?
Mention what is the difference between nodupkey and nodup options?
what versions of sas have you used (on which platforms)? : Sas programming
how can you create zero observation dataset? : Sas programming
Explain what Proc glm does?
How do you debug and test your SAS programs?
what is sas business intelligence? : Sas-bi
Explain bmdp procedure?
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
How can you create a macro variable with in data step? : sas-macro