What is the difference between verification and validation?
Answer Posted / sas
Verifcation is noting bus checking the data if having any missing values or invalid data.
validation means checking the data the we got is valid or not by using the sas (ex-obs,firstobs);
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
how could you generate test data with no input data? : Sas programming
What is the length assigned to the target variable by the scan function?
Intern stastical programmer written test
explain about data integrator metadata reports? : Sas-di
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
what is sas and what are the functions? : Sas-administrator
Which command is used to save logs in the external file?
Name any two sas spawners? : sas-grid-administration
What are the functions used for character handling?
I have a SCD Type 2 Dimention for Location In which A Sales Office in Having two Surrogate Keys just because of the change in it's Sales Group. SKey SalesGroup Sales Office BeginDate EndDate 280 SG1 SO1 01APR2000 01APR2010 281 SG2 SO1 02APR2010 31MAR2999 Now while loading the Fact, the Lookup ir returning SKey 280 for records before and after 01APR2010. I am not able to give WHERE condition in the Lookup Properties (TranDate between BeginDate and EndDate). Please help.
Describe the ways in which you can create a macro variable?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
Differentiate between sas functions and sas procedures.