how do u validate the program which u have written.



how do u validate the program which u have written...

Answer / 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

More SAS Interview Questions

why is sas considered self-documenting? : Sas programming

0 Answers  


What is maximum number of rows and cols can be handled in SAS?

0 Answers   Signetsoft,


What do you know about sas and what we do? : sas-grid-administration

0 Answers  


How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.

10 Answers   Accenture,


What can you learn from the SAS log when debugging?

0 Answers   Quintiles,






how do we mail reports from SAS environment to our team leader

5 Answers   Wockhardt,


what are all the reports you generated in your recent project?

0 Answers   Accenture, Quintiles,


what are the advantages of using SAS in clinical data mangement? why should not we use other software products in managing clinical data?

2 Answers   Wockhardt,


what techniques and/or procs do you use for tables? : Sas programming

0 Answers  


What are the functions done while Compilation...?

1 Answers   TCS,


what is the usage for assigning error=1 in a dataset ?

2 Answers   Satyam,


What is the maximum length of the macro variable?

0 Answers  


Categories