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. |
The following table provides a quick reference that indicates the required and optional 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 |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.