Steps

  1. Start a new SAS session.
  2. In the SAS Program Editor, select Filethen selectOpen Program, and then select CST_SDTM/programs/validate_data.sas.
  3. Select Runthen selectSubmit.
    The program outputs to the SAS log and generates a validation_results data set and a validation_metrics data set.
    Tip
    In the SAS Explorer, you can view these data sets in the Results library.
  4. Review the log to see whether there are any errors or warnings.
    There should be no errors or warnings.
  5. Review the validation_results data set to ensure that the following conditions are met:
    • For the records where the column labeled Validation check identifier (named checkid) is blank, examine the message column to ensure that paths and process metadata are correct.
    • The column labeled Process status (named _cst_rc) is 0 for all records. There are not any checks with the result severity = 'Warning: Check not run'.
    • The data set contains 312 records.
  6. Review the validation_metrics data set and ensure that it contains these last few rows:
    Metric Parameter
    Count of Records
    # of distinct check invocations
    15
    # check invocations not run
    1
    Errors (severity=High) reported
    1
    Warnings (severity=Medium) reported
    91
    Notes (severity=Low) reported
    118
    Structural errors, warnings and notes
    0
    Content errors, warnings and notes
    210
  7. Close the SAS session.