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

How do i read multiple spaces in datasets?

4 Answers   Quintiles,


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

0 Answers  


Are you involved in writing the inferential analysis plan? Tables specfications?

0 Answers  


When looking for data contained in a character string of 150 bytes, which function is the best to locate that data: scan, index, or indexc?

2 Answers   Accenture,


what are several options for creating reports in web report studio? : Sas-bi

0 Answers  






Describe how you would pass data to macro.

3 Answers  


what is ae onset date n what is RDS

0 Answers   Accenture,


How would you remove a format that has been permanently associated with a variables?

3 Answers  


How would you create multiple observations from a single observation?

1 Answers   Quintiles,


Explain the message 'Merge has one or more datasets with repeats of by variables'.

5 Answers  


what do you mean by data staging area? : Sas-di

0 Answers  


Briefly explain input and put function?

0 Answers  


Categories