At this point, all available
content for the define.xml file has been captured in the SAS representation
(39 data sets) of the CDISC CRT-DDS standard. The SAS Clinical Standards
Toolkit provides a sample driver program, create_crtdds_define.sas.
This program builds and validates the define.xml file. Submit the
create_crtdds_define.sas driver program.
In this driver program,
the call to the primary task macro requests that the default style
sheet provided by SAS (the source of which is CDISC) be copied to
the folder location containing the generated define.xml file. The
macro is located in the global standards library directory/standards/cdisc-crtdds-1.0-1.7/macros directory.
Here is the macro:
%crtdds_write(_cstCreateDisplayStyleSheet=1);