Previous Page | Next Page

CDISC Procedure for CDISC ODM

METADATAVERSION Statement


Specifies the metadata version and version name that are used by the study.
Requirement: Required for exporting.
Tip: You can specify metadata attributes either directly in the METADATAVERSION statement or store them in a SAS data set that you reference in the DATA= argument.

METADATAVERSION metadata-attributes | DATA=libref.member-name ;

Arguments

metadata-attributes

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

Restriction: You cannot store some metadata attributes in a SAS data set, and also specify other metadata attributes in the METADATAVERSION statement. If you use a SAS data set, you must store all metadata attributes in the SAS data set.
METADATAVERSIONOID="name"

specifies the metadata version that is used by the study. Enclose the name in single or double quotation marks.

Requirement: Required.
NAME="name"

specifies a name for the metadata version. Enclose the name in single or double quotation marks.

Requirement: Required.
DATA=libref.member-name

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

Previous Page | Next Page | Top of Page