CDISC ODM Procedure

STUDY Statement

Specifies the study identifier.

Requirement: Required for exporting.
Tip: You can specify metadata attributes either directly in the STUDY statement or store them in a SAS data set that you reference in the DATA= argument.
Exporting a CDISC ODM XML Document with Metadata Attributes in Statement Syntax

Exporting a CDISC ODM XML Document with Metadata Attributes in SAS Data Sets

Exporting a CDISC ODM XML Document with Required and Optional Statements

Syntax

Arguments

metadata-attributes

includes the following syntax, which can be specified directly in the STUDY statement or stored in a SAS data set that you reference in the DATA= argument:

STUDYOID="ODM-identifier"

specifies a unique identifier for the study, which overrides the __STUDYOID variable in the input SAS data set. Enclose the identifier in single or double quotation marks. A string of characters up to the maximum OID length that is defined in CDISC ODM is supported.

Requirement Required.

DATA=libref.member-name

specifies the SAS data set that contains the metadata attribute. The libref, which is assigned with the LIBNAME statement, is an alias for the data storage location where member-name is stored.