Getting Rid of Bloated Data in FDA Submissions was presented by Ben Bocchicchio on Tuesday, May 19, 2015 at PharmaSUG in Orlando, FL. The presentation included the following resources and utility programs, which can be downloaded from this article on the SDD Forum.
- 1-fdaRules.sas: code to read FDA SDTM validation rules spreadsheet
- OpenCDISC checks
- 2a-OpenCDISCComplianceChecks_3-1-3.txt: text file with OpenCDISC SDTM 3.1.3 validation checks
- 2b-openCdiscChecks.sas: code to read text file
- 3-fda_openCdisc_reconciliation.sas: code to identify FDA validation rules that are covered by the OpenCDISC SDTM 3.1.3 validation checks
- reconciliation lists (SDTM 3.1.3)
- matched.sas7bdat: list of FDA validation rules and their corresponding OpenCDISC checks
- unmatched_fdarules.sas7bdat: list of unmatched FDA Rules
- unmatched_opencdiscchecks.sas7bdat: list of unmatched OpenCDISC Checks
- 5-checkFolders.sas: utility program to check whether submission folders conform to FDA rules
- 6-checkXPTFiles.sas: utility program to check whether transport files conform to FDA rules
- 7-checkDataSets.sas: utility program to check whether data sets conform to FDA rules
- 8-resizeChars_ReadMe.txt: utility program to resize character variables so that they are the length of their longest value
- 9-checkSplits.sas: utility program to check whether splits conform to FDA rules