%macro cstutil_processsetup( _cstSASReferencesSource=SASREFERENCES, _cstSASReferencesName=sasreferences, _cstSASReferencesLocation=) /des='CST: Setup Process Metadata';
Parameter
|
Description
|
---|---|
_cstSASReferencesSource
|
Specifies the initial
source that setup should be based on.
Valid values are SASReferences
(default) or Results.
If Results, then no
other parameters are required, setup responsibility is passed to the
%CSTUTIL_REPORTSETUP macro, and the Results data set name must be
passed to %CSTUTIL_REPORTSETUP as libref.memname.
|
_cstSASReferencesLocation
|
Specifies the path (folder
location) of the SASReferences data set. The default is the path to
the Work library. This is the value of the global macro variable.
|
_cstSASReferencesName
|
Specifies the name of
the SASReferences data set. The default is SASReferences. The value
of the global macro variable _cstSASRefsName is set to this parameter
value.
|
%* The following call assumes the existence of work.sasreferences; %cstutil_processsetup();
%cstutil_setcstsroot; data _null_; call symput('studyRootPath',cats("&_cstSRoot", "/cdisc-sdtm-3.1.2-&_cstVersion/sascstdemodata")); run; %* Look for the data set named sasreferences in the specified folder ; %cstutil_processsetup(_cstSASReferencesLocation=&studyrootpath/control);
%macro cstutilvalidatesasreferences (_cstDSName=, _cstStandard=,_cstStandardversion=, _cstSASRefsGoldStd=, _cstallowoverride=, _cstResultsType=, _cstPreAllocated, _cstVerbose= );