For more information,
see Analysis Results (Tables, Listings, and Figures).
|
|
For more information,
see TLF Metadata.
|
|
For more information,
see Analysis Results Metadata.
|
Defined by the Analysis
Data Model (ADaM), Version 2.1 document, Section 5.3. For more information,
see Analysis Results Metadata.
|
For more information,
see Analysis Programs.
|
|
sample study library directory/cdisc-adam-2.1/sascstdemodata/analysis/documents/Mock_tables_shells.pdf
.
%adam_createdisplay (displaysrc=Metadata,useanalysisresults=N,usetlfddt=Y, displayid=%str(Table_14.2.01));
adam_createdisplay Creates an analysis result display from ADaM analysis data sets. The path to the code to create the display is provided either directly in the macro parameters or is derived from a metadata source. Examples of metadata sources are analysis results metadata or Tables, Listings, and Figures data definition metadata (TLFDDT) that you maintain and reference in the SASReferences data set. Two primary paths (parameter settings) are supported: 1. A code source is specified. A fully qualified path is required. The expectation is that this module is %included below to generate an analysis result (display). 2. Metadata provides the information necessary to generate an analysis result (display). This metadata is in the form of the CDISC ADaM analysis results metadata, supplemental Tables, Listings, and Figures data definition metadata (TLFDDT), or both. @macvar studyRootPath Root path to the sample source study @macvar _cstCTDescription Description of controlled terminology packet @macvar _cstDebug Turns debugging on or off for the session @macvar cstDefaultReportFormat Specifies the SAS ODS report destination @macvar _cstGRoot Root path of the Toolkit Global Library @macvar _cstResultsDS Results data set @macvar _cstResultSeq Results: Unique invocation of check @macvar _cstSASRefs Run-time SASReferences data set derived in process setup @macvar _cstSeqCnt Results: Sequence number within _cstResultSeq @macvar _cstSrcData Results: Source entity being evaluated @macvar _cstStandard Name of a standard registered to Toolkit @macvar _cstStandardVersion Version of the standard referenced in _cstStandard @macvar _cst_rc Task error status @macvar _CSTTLF_MASTERCODEPATH Dynamically derived code segment path from TLF metadata. @macvar workpath Path to the SAS session work library @param _cstDisplaySrc - required - Where information comes from to generate the result. Values: Code | Metadata Default: Metadata @param _cstDisplayCode - conditional - Either a valid filename or the fully qualified path to code that produces an analysis result. If _cstDisplaySrc=Code, this parameter is used and is required. All of the remaining parameters are ignored. @param _cstUseAnalysisResults - conditional - The study-specific analysis results metadata are used to provide report metadata. If _cstDisplaySrc=Metadata, either this parameter or _cstUseTLFddt must be set to Y. If both _cstUseAnalysisResults and _cstUseTLFddt are set to Y, _cstUseAnalysisResults takes precedence. Values: N | Y Default: Y @param _cstUseTLFddt - conditional - The study-specific mock table shell metadata (known as Tables, Listings, and Figures data definition metadata (TLFDDT)) are used to provide report metadata. If _cstDisplaySrc=Metadata, either this parameter or _cstUseAnalysisResults must be set to Y. If both _cstUseAnalysisResults and _cstUseTLFddt are set to Y, _cstUseAnalysisResults takes precedence. Values: N | Y Default: Y @param _cstDisplayID - conditional - The ID of the display from the designated metadata source. If _cstDisplaySrc=Metadata, this parameter is required. @param _cstDisplayPath - optional - A valid filename or the fully qualified path to the generated display. If not provided, the code looks in SASReferences for type=report.