What is the difference between verification and validation?
Answer Posted / 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 |
Post New Answer View All Answers
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
If a variable contains letters or special characters, can it be numeric data type?
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
What is the difference between the proc sql and data step?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
What is the basic syntax of a sas program?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
Why double trailing @@ is used in input statement?
What are the ways in which macro variables can be created in sas programming?
Which statement does not perform automatic conversions in comparisons?
What is interleaving in SAS?
Describe the function and untility of the most difficult SAS macro that you have written.
What is the function of output statement in a SAS Program?
how can you import .csv file in to sas? : Sas programming