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...

What do you feel about hardcoding?

Answer Posted / sireesha

Its better to avoid hardcoding as
--it overrides the database controls in clinical data
management.
----data often change in a trial over time, and the
hardcode that is written today may not be valid in the
future.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1234


Differences between where and if statement?

1153


how does sas handle missing values in procs? : Sas programming

1345


Differentiate between format and informat? : sas-grid-administration

1120


data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.

2244


how do you debug and test your sas programs? : Sas programming

1169


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

3172


what is sas data set?

1145


how does sas handle missing values in a merge? : Sas programming

1095


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

1058


Explain data_null_?

1106


In sas admin differentiate between roles and capabilities? : sas-grid-administration

1050


sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately

3632


What is data _null_?

1193


if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation

1657