Module ODM V1.3.0 (Run Time)

Overview

This is the ODM V1.3.0 run-time macro library.
Since: V1.3

Macro Summary

Module ODM V1.3.0 (Run Time) Macro Summary
Exposure
Macro
External
Framework
%odm_getStatic(_cstName=, _cstVar=);
External
CDISC ODM
%odm_read;

Macro Detail

%odm_getStatic

%odm_getStatic(_cstName=, _cstVar=);
[Exposure: Not Specified] [Macro Type: Not Specified]
Parameters:
  • _cstName
  • _cstVar
File: odm_getstatic.sas

%odm_read

%odm_read;
[Exposure: external] [Macro Type: CDISC-ODM]
Reads a CDISC ODM V1.3.0 XML file into the SAS representation of ODM 1.3.0.
This macro uses the SAS representation of a CDISC ODM XML file as source, and converts it into SAS data sets. The inputs and outputs are specified in a SASReferences file.
Required Global Macro Variables:
File: sdtmcheckutil_recordlookup.sas
  • framework initialization properties
  • CDISC ODM 1.3.0 initialization properties
  • _cstResultsDS should point to an existing Results data set. Otherwise, work._cstResults is used.
File: odm_read.sas