Steps

  1. Start a new SAS session, and submit the sample program CST_CRTDDS/programs/create_crtdds_from_sdtm.sas.
    The sample program outputs to the SAS Log and creates 39 data sets in the CST_CRTDDS/data directory and a Results data set in the CST_CRTDDS/results directory.
  2. Review the log to see whether there are any errors or warnings.
    There might be one warning when using the SAS Clinical Standards Toolkit sample data:
    WARNING: Multiple lengths were specified for the variable Role by input data set(s). This may cause truncation of data.
  3. Review the CST_CRTDDS/data directory to ensure that the following conditions are met:
    Tip
    In the SAS Explorer, you can view it in the srcdata library.
    • There are 39 new SAS data sets.
    • The codelists data set has 46 records and 5 columns.
  4. Review the sdtmtodefine_results data set in the CST_CRTDDS/results directory to ensure that the following conditions are met:
    Tip
    In the SAS Explorer, you can view it as sdtmtodefine_results in the Results library.
    • The column labeled Process status (named _cst_rc) is 0 for all records.
    • The data set contains 40 records.
  5. Close the SAS session.