The Standardlookup data
set provides a mechanism to capture valid values for discrete variables
in the SAS Clinical Standards Toolkit metadata files. This data set
supports such tasks as validating the content of the SAS Clinical
Standards Toolkit metadata files and providing selectable values in
the user interfaces of other tools and solutions.
Standardlookup Data Set Structure in the Global Standards Library
|
|
|
|
|
The name of the registered
standard.
|
|
|
The version number of
the registered standard. This must be unique within the standard.
|
|
|
|
|
|
A SAS Clinical Standards
Toolkit table name
|
|
|
A SAS Clinical Standards
Toolkit column name
|
|
|
Associated SAS Clinical
Standards Toolkit column name
|
|
|
Associated SAS Clinical
Standards Toolkit column value
|
|
|
Unique SAS Clinical
Standards Toolkit column value
|
|
|
Default SAS Clinical
Standards Toolkit column value
|
|
|
Value that specifies
whether a SAS Clinical Standards Toolkit column value must be non-null
|
|
|
A SAS Clinical Standards
Toolkit column value order
|
|
|
For the given record,
a non-null value (for example, data set) indicates that a template
is available. For example, the macro call %cst_createdsfromtemplate( _cstStandard=CST-FRAMEWORK,_cstType=control,_cstSubType=reference,_cstOutputDS=work.sasreferences) finds that a template is available as
csttmplt.sasreferences.
|
|
|
The SAS reference (libref.dset
or fileref) to the templatetype. For example, csttmplt.sasreferences
points to global standards library directory/standards/cst-framework-1.5/templates/sasreferences.sas7bdat .
|
|
|
|
A Standardlookup data
set is provided for most standards with the SAS Clinical Standards
Toolkit. This data set can be used in the definition and registration
of custom standards in the SAS Clinical Standards Toolkit.
The cross-standard global
standards library Standardlookup data set that is provided with the
SAS Clinical Standards Toolkit is located here:
global standards library directory/metadata/standardlookup.sas7bdat
This data set contains
the concatenation of each Standardlookup data set that is provided
for each supported standard in the SAS Clinical Standards Toolkit.
Here is an example
of the records in a Standardlookup data set:
Standardlookup Data Set Content in the Global Standards Library
These records show the
valid values for discrete columns in any SDTM 3.1.2 SASReferences
(including StandardSASReferences) data set. For example,
filetype can
have values of CATALOG, DATASET, FILE, or FOLDER. These records also
show that a SASReferences data set allows two
subtype values
(REFERENCE and VALIDATION) when
type is CONTROL.
When
type is CONTROL, the
subtype value
must always be non-null.
Templates are available
for both the SASReferences data set and the validation_master data
sets. For more information about the columns and values in SASReferences
data sets, see the following section.