Most of the SAS Clinical
Standards Toolkit global macro variables that are provided by SAS
are defined in properties files in the form of name and value pairs,
such as:
Each registered standard,
including CST-Framework, has an initialize.properties file. This file
specifies global macro variables that are required by the standard
and are available for use in any SAS Clinical Standards Toolkit process
that references the standard. Each registered standard might have
an action-related properties file that specifies global macro variables
that are needed for processes that perform the action. An example
of this type of action-related properties file is validation.properties.
A properties file is
processed in one of two ways:
-
A direct call is made to the SAS Clinical Standards
Toolkit utility macro %cst_setstandardproperties in a code module,
such as a driver program like validate_data.sas. The %cst_setstandardproperties
macro calls %cst_setproperties.
-
The file is included in the SASReferences data set
(with type=properties), in which the %cstutil_allocatesasreferences
macro calls %cst_setproperties.
Global macro variables
can be deleted at the end of a process if the SAS Clinical Standards
Toolkit utility macro %cstutil_cleanupcstsession is called with the
_cstDeleteGlobalMacroVars parameter set to 1.