Implementing CDISC Using SAS: An End-to-End Guide, Revised Second Edition / Edition 2 available in Hardcover, Paperback, eBook

Implementing CDISC Using SAS: An End-to-End Guide, Revised Second Edition / Edition 2
- ISBN-10:
- 1642952656
- ISBN-13:
- 9781642952650
- Pub. Date:
- 05/31/2019
- Publisher:
- SAS Institute
- ISBN-10:
- 1642952656
- ISBN-13:
- 9781642952650
- Pub. Date:
- 05/31/2019
- Publisher:
- SAS Institute

Implementing CDISC Using SAS: An End-to-End Guide, Revised Second Edition / Edition 2
Buy New
$77.95-
SHIP THIS ITEMIn stock. Ships in 1-2 days.PICK UP IN STORE
Your local store may have stock of this item.
Available within 2 business hours
Overview
Implementing CDISC Using SAS: An End-to-End Guide, Revised Second Edition, is an all-inclusive guide on how to implement and analyze the Study Data Tabulation Model (SDTM) and the Analysis Data Model (ADaM) data and prepare clinical trial data for regulatory submission. Updated to reflect the 2017 FDA mandate for adherence to CDISC standards, this new edition covers creating and using metadata, developing conversion specifications, implementing and validating SDTM and ADaM data, determining solutions for legacy data conversions, and preparing data for regulatory submission. The book covers products such as Base SAS, SAS Clinical Data Integration, and the SAS Clinical Standards Toolkit, as well as JMP Clinical. Topics included in this edition include an implementation of the Define-XML 2.0 standard, new SDTM domains, validation with Pinnacle 21 software, event narratives in JMP Clinical, STDM and ADAM metadata spreadsheets, and of course new versions of SAS and JMP software. The second edition was revised to add the latest C-Codes from the most recent release as well as update the make_define macro that accompanies this book in order to add the capability to handle C-Codes. The metadata spreadsheets were updated accordingly.
Any manager or user of clinical trial data in this day and age is likely to benefit from knowing how to either put data into a CDISC standard or analyzing and finding data once it is in a CDISC format. If you are one such person--a data manager, clinical and/or statistical programmer, biostatistician, or even a clinician--then this book is for you.
Product Details
ISBN-13: | 9781642952650 |
---|---|
Publisher: | SAS Institute |
Publication date: | 05/31/2019 |
Edition description: | 2nd ed. |
Pages: | 294 |
Product dimensions: | 7.50(w) x 9.25(h) x 0.69(d) |
About the Author
Jack Shostak, Associate Director of Statistics, manages a group of statistical programmers at the Duke Clinical Research Institute. A SAS user since 1985, he is the author of SAS Programming in the Pharmaceutical Industry, and coauthor of Common Statistical Methods for Clinical Research with SAS Examples, Third Edition, as well as Implementing CDISC Using SAS: An End-to-End Guide. Shostak has published papers for the Pharmaceutical SAS Users Group (PharmaSUG) and the NorthEast SAS Users Group (NESUG), and he contributed a chapter, "Reporting and SAS Tool Selection," in the book Reporting from the Field. He is active in the Clinical Data Interchange Standards Consortium (CDISC) community, contributing to the development of Analysis Data Model (ADaM), and he serves as an ADaM trainer for CDISC. Shostak received an MBA from James Madison University and a BS in statistics from Virginia Polytechnic Institute and State University.
Table of Contents
Contents
About This Book......................................................................................................... ix
About These Authors................................................................................................ xv
Chapter 1: Implementation Strategies...................................................................... 1
The Case for Standards.................................................................................................. 1
Which Models to Use and Where.................................................................................... 4
Starting with the Clinical Data Acquisition Standards Harmonization (CDASH) Standard 4
Implementation Plans and the Need for Governance...................................................... 5
SDTM Considerations..................................................................................................... 6
ADaM Considerations..................................................................................................... 7
Chapter Summary........................................................................................................... 8
Chapter 2: SDTM Metadata and Define.xml for Base SAS Implementation ........ 9
SDTM Metadata............................................................................................................ 10
Table of Contents Metadata.................................................................................... 11
Variable-Level Metadata......................................................................................... 12
Codelist Metadata.................................................................................................. 15
Value-Level Metadata............................................................................................. 18
Where Clause Metadata.......................................................................................... 21
Computational Method Metadata............................................................................ 22
Comments Metadata............................................................................................... 24
External Links........................................................................................................ 24
Building Define.xml...................................................................................................... 26
Define File Header Metadata................................................................................... 26
Define File Creation SAS Program......................................................................... 27
Chapter Summary........................................................................................................ 27
Chapter 3: Implementing the CDISC SDTM with Base SAS.................................. 29
Base SAS Macros and Tools for SDTM Conversions.................................................... 29
Creating an SDTM Codelist SAS Format Catalog.................................................... 30
Creating an Empty SDTM Domain Dataset............................................................. 32
Creating an SDTM --DTC Date Variable................................................................... 35
Creating an SDTM Study Day Variable.................................................................... 36
Sorting the Final SDTM Domain Dataset................................................................. 37
Building SDTM Datasets............................................................................................... 39
Building the Special-Purpose DM and SUPPDM Domains...................................... 39
Building the LB Findings Domain......................