Appendix A: Source Data Programs
This appendix presents Base SAS programs that you can run to generate the source data for the SDTM datasets. The trial design dataset source data are available as a Microsoft Excel file called trialdesign.xlsx that can be downloaded from the author page for this book. See support.sas.com/publishing/authors/index.html.
adverse Dataset
demographics Dataset
proc format;
value trt
1 = "Active"
0 = "Placebo";
value gender
1 = "Male"
2 = "Female";
value race
1 = "White"
2 = "Black"
Get Implementing CDISC Using SAS, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.