Previous Page | Next Page

CDISC Procedure for CDISC ODM

Syntax: CDISC Procedure for CDISC ODM


Restriction: PROC CDISC is supported in the following operating environments: Windows, UNIX, and z/OS.
Restriction: PROC CDISC supports only one CDISC model and one CLINICALDATA statement per invocation.
Restriction: PROC CDISC does not support vendor extensions to CDISC ODM.
Tip: PROC CDISC statements are listed in CDISC ODM markup order.

PROC CDISC MODEL=ODM
READ=fileref |WRITE=fileref
<FORMATACTIVE= NO | YES >
<FORMATNOREPLACE= NO | YES>
<FORMATLIBRARY=libref>
<LANGUAGE=language-identifier> ;
ODM <processing-options> metadata-attributes |
<processing-options> DATA=libref.member-name ;
STUDY metadata-attributes | DATA=libref.member-name ;
GLOBALVARIABLES metadata-attributes | DATA=libref.member-name ;
<BASICDEFINITIONS DATA=libref.member-name> ;
METADATAVERSION metadata-attributes | DATA=libref.member-name ;
<PRESENTATION DATA=libref.member-name> ;
<USER DATA=libref.member-name> ;
<LOCATION DATA=libref.member-name> ;
<SIGNATURE DATA=libref.member-name> ;
CLINICALDATA
OUT=libref.member-name SASDATASETNAME="name" |
DATA=libref.member-name <metadata-attributes> ;
CONTENTS TABLE="name";
DATASETS;

The following table provides a quick reference that indicates the required and optional statements for importing and exporting a CDISC ODM XML document:

Statements for Importing and Exporting a CDISC ODM XML Document
Statement Description Importing Exporting
PROC CDISC Specifies CDISC ODM as the model and references the physical location of the input or output XML document. required required
ODM Specifies the CDISC ODM version number and file type. required required
STUDY Specifies the study identifier. not valid required
GLOBALVARIABLES Specifies general summary information about the study. not valid required
BASICDEFINITIONS Specifies information about measurement units that are used in the study. not valid optional
METADATAVERSION Specifies the metadata version and version name that are used by the study. not valid required
PRESENTATION Specifies information about how the study is presented to users. not valid optional
USER Specifies information about users involved in the study. not valid optional
LOCATION Specifies information about the physical location of the study. not valid optional
SIGNATURE Specifies information about the signatures required in administering the study. not valid optional
CLINICALDATA When importing, identifies the output SAS data set and specifies where the data content in the XML document begins; when exporting, identifies the input SAS data set and optional metadata attributes. required required
CONTENTS Describes the contents of a CDISC ODM SAS data set in the SAS log. optional not valid
DATASETS Produces a directory listing of the CDISC ODM XML document in the SAS log. optional not valid

Previous Page | Next Page | Top of Page