1.

Describe The Validation Procedure? How Would You Perform The Validation For Tlg As Well As Analysis Data Set?

Answer»

Validation procedure is used to CHECK the output of the SAS PROGRAM generated by the source programmer. In this process validator WRITE the program and generate the output. If this output is same as the output generated by the SAS programmer’s output then the program is considered to be VALID. We can perform this validation for TLG by checking the output manually and for analysis data set it can be done using PROC COMPARE.

Validation procedure is used to check the output of the SAS program generated by the source programmer. In this process validator write the program and generate the output. If this output is same as the output generated by the SAS programmer’s output then the program is considered to be valid. We can perform this validation for TLG by checking the output manually and for analysis data set it can be done using PROC COMPARE.



Discussion

No Comment Found