Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?

1964


For what purposes have you used sas macros? : sas-macro

1051


Are you sensitive to code walk-throughs peer review or QC review?

3201


Name few SAS functions?

1149


Explain the main difference between the sas procedures and functions? : Sas-administrator

1117


how do you test for missing values? : Sas programming

1102


what is sas application server, database server, sas olap server and sas metadata server? : Sas-di

1058


How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro

1106


What are the statements in proc sql?

1149


Explain the purpose of substr functions in sas programming.

1111


what is data access? : Sas-di

1179


What is the basic syntax style in SAS?

1230


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

1195


How to create a permanent sas data set?

1314


What are the prime responsibilities of data integration administrator? : Sas-di

1119