Specifies CDISC ODM as the model and references the physical location of the input or output ODM XML document.
Requirement: | Required for both importing and exporting. |
Example: | CDISC Procedure Examples for CDISC ODM |
specifies CDISC ODM as the model.
Requirement | Required for both importing and exporting. |
Interaction | The model specification determines the syntax for the PROC CDISC statement and subsequent procedure statements. Specifying MODEL=ODM requires that you specify either the READ= or WRITE= argument and that the next statement must be the ODM statement. |
specifies the SAS file reference that is assigned to the input or output XML document.
Requirement | Required for both importing and exporting. |
specifies whether the content in the CDISC ODM CodeList element, which includes instructions for transcoding display data in an XML document, is to be converted to PROC FORMAT style formats or SAS formats, and vice versa.
Default | NO |
Requirement | Optional for both importing and exporting. |
Interaction | (Optional) If you specify FORMATACTIVE=YES, then you can specify FORMATNOREPLACE= and FORMATLIBRARY=. |
specifies whether to replace existing SAS formats in the FORMAT catalog that have the same names as the converted formats.
Default | NO |
Requirement | Optional for importing. |
Interaction | Ignored unless FORMATACTIVE=YES. |
specifies the assigned libref of an existing SAS library in which to create the FORMAT catalog, which is a permanent storage location for variable formats that are created by PROC CDISC.
Requirement | Optional for importing. |
Interaction | Ignored unless FORMATACTIVE=YES. |
specifies a language identifier with the LANGUAGE= option for the language tag attribute (xml:lang) in the ODM TranslatedText elements. Enclose the language identifier in single or double quotation marks.
Requirement | Optional for both importing and exporting. |
See | Importing a CDISC ODM XML Document Using a Language Identifier |