BookmarkSubscribeRSS Feed
michael90
Calcite | Level 5

I installed the SAS toolkit. The sample uses meta/sourcedata/data from a XML file via create_sascrtdds_fromxml.sas and create_sourcemetadata.sas as described in 'Two-way Ticket, Please... All aboard the SAS® Clinical Standards Toolkit 1.5 Express' by Gene Lightfoot and Lex Jansen.

However, in my case I only have SDTM data. How should I start when the only I have are the domains in SDTM xpt/sas7bdat files? Does the SDTM mechanism in the accompanied macro's add some things like descriptions from the standard? And what should I define manually (from scratch)? source_columns, source_tables, source_values, source_documents, source_study? Thank you.

1 REPLY 1
Lex_SAS
SAS Employee

The sample driver <Sample Library>\cdisc-sdtm-3.1.3-1.5\sascstdemodata\programs\create_sourcemetadata.sas contains an example that derives source metadata from either a define.xml file, or a single library of SAS data sets. In the case of SAS data sets as input, you will have to change the macro variable:

%let _cstSrcType=SDTMLIBRARY; as documented in the program header. This will the create source_study, source_tables and source_columns. When applicable, source_values and source_documents data have to be created from scratch, or customized from a define.xml import.

Lex Jansen @SAS

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Health and Life Sciences Learning

 

Need courses to help you with SAS Life Sciences Analytics Framework, SAS Health Cohort Builder, or other topics? Check out the Health and Life Sciences learning path for all of the offerings.

LEARN MORE

Discussion stats
  • 1 reply
  • 2743 views
  • 0 likes
  • 2 in conversation