%cstutilxmlvalidate(_cstSASReferences=work.sasreferences,_cstLogLevel=info);
|
Log Level
|
Description
|
|---|---|
|
Info
|
Messages such as the
system properties of the current Java environment and progress messages.
This is the default value.
|
|
Warning
|
Messages that indicate
that there might be an issue with the CRT-DDS document or with the
execution of the validation process.
|
|
Error
|
Messages that indicate
that something in the define.xml document is invalid with respect
to the normal XML schema for CRT-DDS. Or, a non-fatal error has occurred
during processing.
|
|
Fatal Error
|
Messages that indicate
that the XML document could not be processed at all. There are many
causes, including file system access errors, incorrect file paths,
and malformed XML.
|
global standards library directory/standards/cdisc-crtdds-1.0-1.7/validation/control.
N.
However, you are likely to run validation against a subset of the
39 tables. In this case, a source_tables data set that contains the
subset needs to be created from the reference_tables data set. And,
a corresponding source_columns data set needs to be created from the
reference_columns data set. The run-time validation check data set
can contain all of the checks, and Use source data can be set to Y,
which is the default value.
sample study library directory/cdisc-crtdds-1.0–1.7/programs&studyRootPath=sample study library directory/cdisc-crtdds-1.0–1.7&studyOutputPath=sample study library directory/cdisc-crtdds-1.0–1.7|
Metadata Type
|
SAS LIBNAME or Fileref
to Use
|
Reference Type
|
Path
|
Name of File
|
|---|---|---|---|---|
|
Input
|
||||
|
control
|
cntl_s
|
libref
|
&workpath
|
sasreferences.sas7bdat
|
|
control
|
cntl_v
|
libref
|
&studyRootPath/control
|
validation_control.sas7bdat
|
|
sourcemetadata
|
srcmeta
|
libref
|
&studyRootPath/metadata
|
source_tables.sas7bdat
|
|
sourcemetadata
|
srcmeta
|
libref
|
&studyRootPath/metadata
|
source_columns.sas7bdat
|
|
sourcedata
|
srcdata
|
libref
|
&studyRootPath/data
|
|
|
Output
|
||||
|
results
|
results
|
libref
|
&studyOutputPath/results
|
validation_results.sas7bdat
|
%let workPath=%sysfunc(pathname(work));
sample study library directory/cdisc-crtdds-1.0–1.7/control directory.
sample study library directory/cdisc-crtdds-1.0–1.7/metadata directory.
This location is represented in the driver program by the Srcmeta
library name.
sample study library directory/cdisc-crtdds-1.0–1.7/data directory.
This location is represented in the driver program by the Srcdata
library name.

global standards library directory/standards/cdisc-odm-1.3.0-1.7/validation/control directory.
N.
However, you can choose to run validation against a subset of the
66 tables. In this case, a source_tables data set that contains the
subset needs to be created from the reference_tables data set. And,
a corresponding source_columns data set needs to be created from the
reference_columns data set. The run-time validation check data set
can contain all of the checks, and the Use source data flag can be
set to Y, which is the default
value.
sample study library directory/cdisc-odm-1.3.0–1.7/programs&studyRootPath=sample study library directory/cdisc-odm-1.3.0–1.7&studyOutputPath=sample study library directory/cdisc-odm-1.3.0–1.7|
Metadata Type
|
LIBNAME or Fileref to
Use
|
Reference Type
|
Path
|
Name of File
|
|---|---|---|---|---|
|
Input
|
||||
|
control
|
cntl_v
|
libref
|
&studyRootPath/control
|
validation_control.sas7bdat
|
|
sourcemetadata
|
srcmeta
|
libref
|
&studyRootPath/metadata
|
source_tables.sas7bdat
|
|
sourcemetadata
|
srcmeta
|
libref
|
&studyRootPath/metadata
|
source_columns.sas7bdat
|
|
sourcedata
|
srcdata
|
libref
|
&studyRootPath/data
|
|
|
Output
|
||||
|
results
|
results
|
libref
|
&studyOutputPath/results
|
validation_results.sas7bdat
|
sample study library directory/cdisc-odm-1.3.0–1.7/control directory.
sample study library directory/cdisc-odm-1.3.0–1.7/metadata directory.
This location is represented in the driver program by the Srcmeta
library name.
sample study library directory/cdisc-odm-1.3.0–1.7/data directory.
This location is represented in the driver program by the Srcdata
library name.
