Steps
-
-
In the SAS Program Editor,
select
File
Open Program, and then select
CST_SDTM/programs/validate_data.sas.
-
Select
Run
Submit.
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.
-
Review the log to see
whether there are any errors or warnings.
There should be no errors
or warnings.
-
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.
-
Review the validation_metrics
data set and ensure that it contains these last few rows:
|
|
|
# of distinct check
invocations
|
|
# check invocations
not run
|
|
Errors (severity=High)
reported
|
|
Warnings (severity=Medium)
reported
|
|
Notes (severity=Low)
reported
|
|
Structural errors, warnings
and notes
|
|
Content errors, warnings
and notes
|
|
-
Copyright © SAS Institute Inc. All rights reserved.