CDISC ODM Procedure
Restrictions: |
PROC CDISC is supported in the following operating environments:
Windows, UNIX, and z/OS.
|
PROC CDISC supports only one CDISC model and one CLINICALDATA
statement per invocation.
|
PROC CDISC does not support vendor extensions to CDISC
ODM.
|
Tip: |
PROC CDISC statements are listed in CDISC ODM markup order. |
Syntax
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;
<USER DATA=libref.member-name>;
CLINICALDATA OUT=
libref.member-name SASDATASETNAME="
name"
| DATA=
libref.member-name <metadata-attributes>;
Table of Procedure Tasks
Statement |
Task |
PROC CDISC for ODM |
Specify CDISC ODM as the model and reference the physical
location of the input or output ODM XML document.
|
ODM |
Specify the CDISC ODM version and file type. |
STUDY |
Specify the study identifier. |
GLOBALVARIABLES |
Specify general summary information about the study. |
BASICDEFINITIONS |
Specify information about measurement units that are
used in the study.
|
METADATAVERSION |
Specify the metadata version and version name that
are used by the study.
|
PRESENTATION |
Specify information about how the study is presented
to users.
|
USER |
Specify information about users who are involved in
the study.
|
LOCATION |
Specify information about the physical location of
the study.
|
SIGNATURE |
Specify information about the signatures that are required
for administering the study.
|
CLINICALDATA |
When importing, identify the output SAS data set and
specify where the data content in the CDISC ODM XML document begins.
When exporting, identify the input SAS data set and specify any optional
metadata attributes.
|
CONTENTS |
Describe the contents of a CDISC ODM SAS data set in
the SAS log.
|
DATASETS |
Produce a directory listing of the CDISC ODM XML document
in the SAS log.
|
Copyright © SAS Institute Inc. All Rights Reserved.