how do u validate the program which u have written.

Answer Posted / solasa

A) by checking the ouput derived after running the program
there by checking the dataset varible names and missing values.

and also we can view the logwindow for error cheking.
U CAN see the warning messages when ever u find an error.

---------------------------------------------------------------

B) u can use PROC CDISC whether the program used vairble are
CDISC compliant.

checking the clinical dataset ompliant to CDISC standards or
not....

PROC CDISC MODEL = SDTM;
SDTM SDTMVersion = "3.1";
DOMAINDATA data = in.mh
domain = MH
category = events;
RUN;
-----------------------------------------------------------------

C)to compare two datasets u can use PROC COMPARE.

------------------------------------------------------------
D) USING SAS DEBUGGGER..

------------------------------------------------------------
C) check the structure of data using PROC CONTENT.

------------------------------------------------------------
e)proc format ;
/* CHECK A RANGE OF VALUES, DIFFERENTIATE MISSING */
value testv
2 - 8 = 'ok'
. = '*missing*'
other = 'INVALID';
-------------------------------------------------------


------
guys please reply if u find information in detail in
regarding this question.

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the role of administrative users? : sas-grid-administration

657


What are the different operating system platforms in which we can use sas? : sas-grid-administration

588


Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?

1203


Give some examples where proc report’s defaults are same as proc print’s defaults?

637


What will calendar procedure do?

593






What is the order of application for output data set options, input data set options and SAS statements?

1078


Difference between nodup and nodupkey options?

628


Mention what is the difference between nodupkey and nodup options?

595


Mention what is SAS data set?

668


what is the use of sas management console? : Sas-di

611


How does the internal authentication work in sas? : sas-grid-administration

581


what is sas database server? : Sas-di

611


Do you need to rearrange the order of the data for the report?

1830


Can you execute macro within another macro? : sas-macro

524


What do the PUT and INPUT functions do?

773