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

i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm

2426


explain the difference between proc means and proc summary?

1177


what is factor analysis? : Sas-administrator

1143


What can be the size of largest dataset in SAS?

1274


List out some key concept of SAS

1205


what are sas/access and sas/connect? : Sas programming

1035


Explain what is the use of proc gplot?

1245


In proc transpose and data step with arrays which one you pick?

3170


How to sort in descending order?

1296


What would be the value of month at the end of data step execution and how many observations would be there?

1225


Do you know the features of sas?

1086


what is treatment emergent events and treatment emregent adverse event

2446


If you could design your ideal job, what would it look like?

2979


what is data integration? : Sas-di

1162


where are dashboard components are created and maintained? : Sas-bi

1058