CDISC SDTM Procedure

PROC CDISC for SDTM Statement

Specifies CDISC SDTM as the model and validates a SAS data set that conforms to CDISC SDTM.
Requirement: Required.

Syntax

PROC CDISC MODEL=SDTM;

Required Argument

MODEL=SDTM
specifies CDISC SDTM as the model.
Requirement:Required.
Interaction:The model specification determines the syntax for the PROC CDISC statement and subsequent procedure statements. Specifying MODEL=SDTM requires that the next statement must be the SDTM statement.