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 |
what is OLAP?
what is hierarchy flattening? : Sas-di
what are the best practices to process the large data sets in sas programming? : Sas-administrator
What is difference between (a-z) and (a--z)
How many versions came upto now in SAS?
what is the function of catx syntax? : Sas-administrator
what is sas? is a package or tool? give me introduction about sas?
what is pdv? how it is related to input buffer in sas?
i have a data set with 20 observations i want label from 8 to 15 observations ? how you create this one.
how we can create optional or required parameters in SAS macro...
Which is the best place to learn SAS clinicals and Oracle clinical in hyderabad?
what other sas products have you used and consider yourself proficient in using? : Sas programming