![]() | SUMMARY | DETAIL |
This is the CDISC-CT 1.0.0 runtime macro library.
| Macro Summary | |
external | %ct_createformats(_cstLang=en, _cstCreateCatalog=1, _cstKillCatFirst=0, _cstUseExpression=, _cstAppendChar=F, _cstDeleteEmptyColumns=1, _cstTrimCharacterData=1);
Derives codelists from terminology data sets as a catalog and as a data set.
|
external | %ct_getstatic(_cstName=, _cstVar=);
Returns constant values that are used by other macros.
|
external | %ct_read(_cstBuildSrcMetadata=Y);
Reads a CDISC-CT V1.0.0 XML file into the SAS representation of CT 1.0.0.
|
external | %ct_validate;
Validates CDISC ODM-CT model files.
|
external | %ct_write(_cstCreateDisplayStyleSheet=0, _cstOutputEncoding=UTF-8, _cstHeaderComment=, _cstResultsOverrideDS=, _cstLogLevel=info);
Writes an CDISC-CT V1.0.0 XML file.
|
| Macro Detail |
%ct_createformats(_cstLang=en, _cstCreateCatalog=1, _cstKillCatFirst=0, _cstUseExpression=, _cstAppendChar=F, _cstDeleteEmptyColumns=1, _cstTrimCharacterData=1);
[ Exposure:
external
]
_cstCTCat -
Format catalog name_cstCTData -
Format data set name_cstCTLibrary -
Target library for formats catalog_cstGRoot -
Root path of the global standards library_cstLRECL -
Logical record length setting for filename statement_cstResultsDS -
Results data set_cstSASRefs -
Run-time SASReferences data set derived in process setup_cstSASrefLib -
Library of derived CDT-DDS data sets_cstSeqCnt -
Results: Sequence number within _cstResultSeq_cstSrcData -
Results: Source entity being evaluated_cstStandard -
Name of a standard registered to the SAS Clinical_cstStandardVersion -
Version of the standard referenced in _cstStandard_cstTrgDataLibrary -
Target library for formats data set_cstVersion -
Version of the SAS Clinical Standards ToolkitstudyRootPath -
Root path of the Study library_cstLang
- optional - Language tag for TranslatedText._cstCreateCatalog
- optional - Create format catalog._cstKillCatFirst
- optional - Empty catalog first if it exists before_cstUseExpression
- optional - Expression to create the SAS format name._cstAppendChar
- optional - Letter to append in case SAS format name_cstDeleteEmptyColumns
- optional - Delete columns that are completely_cstTrimCharacterData
- optional - Truncate character data in output
%ct_getstatic(_cstName=, _cstVar=);
[ Exposure:
external
]
_cstName
The name of the value to retrieve._cstVar
The macro variable to populate with the value.
%ct_read(_cstBuildSrcMetadata=Y);
[ Exposure:
external
]
_cstDebug -
Turns debugging on or off for the session_cstResultFlag -
Results: Problem was detected_cstResultSeq -
Results: Unique invocation of check_cstResultsDS -
Results data set_cstSASRefs -
Run-time SASReferences data set derived in process setup_cstSeqCnt -
Results: Sequence number within _cstResultSeq_cstVersion -
Version of the SAS Clinical Standards Toolkit_cst_rc -
Task error status_cst_rcmsg -
Message associated with _cst_rcstudyRootPath -
Root path of the study library_cstBuildSrcMetadata
- optional - Create the source metadata files
%ct_validate;
[ Exposure:
external
]
_cstCheckSortOrder -
Order in which validation checks are run_cstColumnMetadata -
Data set that contains column-level metadata that_cstDebug -
Turns debugging on or off for the session_cstGRoot -
Root path of the global standards library_cstMetrics -
Enables or disables metrics reporting_cstMetricsCntNumBadChecks -
Validation metrics: validation checks not_cstMetricsCntNumChecks -
Validation metrics: distinct validation check_cstMetricsDS -
Data set used to accumulate metrics for a validation_cstMetricsNumBadChecks -
Validation metrics: calculate validation_cstMetricsNumChecks -
Validation metrics: calculate distinct validation_cstMetricsNumContent -
Validation metrics: calculate number of content_cstMetricsNumErrors -
Validation metrics: calculate number of errors_cstMetricsNumNotes -
Validation metrics: calculate number of notes_cstMetricsNumRecs -
Validation metrics: calculate number of records_cstMetricsNumStructural -
Validation metrics: calculate number of_cstMetricsNumSubj -
Validation metrics: calculate number of subjects_cstMetricsNumWarnings -
Validation metrics: calculate number of_cstMetricsTimer -
Validation metrics: include estimate the elapsed time_cstResultFlag -
Results: Problem was detected_cstResultSeq -
Results: Unique invocation of check_cstResultsDS -
Results data set_cstSASRefs -
Run-time SASReferences data set derived in process setup_cstSeqCnt -
Results: Sequence number within _cstResultSeq_cstSrcData -
Results: Source entity being evaluated_cstTableMetadata -
Data set that contains table-level metadata that_cstVersion -
Version of the SAS Clinical Standards Toolkit_cst_MsgID -
Results: Result or validation check ID_cst_MsgParm1 -
Messages: Parameter 1_cst_MsgParm2 -
Messages: Parameter 2_cst_rc -
Task error status_cst_rcmsg -
Message associated with _cst_rcstudyRootPath -
Root path of the Study library
%ct_write(_cstCreateDisplayStyleSheet=0, _cstOutputEncoding=UTF-8, _cstHeaderComment=, _cstResultsOverrideDS=, _cstLogLevel=info);
[ Exposure:
external
]
_cstDebug -
Turns debugging on or off for the session_cstResultFlag -
Results: Problem was detected_cstResultSeq -
Results: Unique invocation of check_cstResultsDS -
Results data set_cstSASRefs -
Run-time SASReferences data set derived in process setup_cstSeqCnt -
Results: Sequence number within _cstResultSeq_cstVersion -
Version of the SAS Clinical Standards Toolkit_cst_rc -
Task error status_cst_rcmsg -
Message associated with _cst_rc_cstCreateDisplayStyleSheet
- optional - Create a style sheet in the_cstOutputEncoding
- optional - The XML encoding to use for the CT_cstHeaderComment
- optional - The short comment that is added to the_cstResultsOverrideDS
- optional - The (libname.)member that refers to_cstLogLevel
- required - The level of error reporting.