Problem Note 61316: SAS® Clinical Standards Toolkit 1.7.1 - define_createsrcmetafromdefine macro missing ampersand in LIBNAME statement and incorrect macro parameter
In SAS® Clinical Standard Toolkit, the define_createsrcmetafromdefine is missing an ampersand in the first LIBNAME statement and an incorrect macro parameter for _cstTrgMetaLibrary for the following macro:
<Sample Library>/cdisc-definexml-2.0.0-1.7/programs/create_sourcemetadata_fromsasdefine.sas
To see this, run the following code:
libname srcdata "studyRootPath/deriveddata/&_cstStandardSubFolder";
libname trgmeta "&studyOutputPath/derivedstudymetadata_define/&_cstStandardSubFolder";
%define_createsrcmetafromdefine(
_cstDefineDataLib=srcdata,
_cstTrgStandard=&_cstTrgStandard,
_cstTrgStandardVersion=&_cstTrgStandardVersion,
_cstTrgMetaLibrary=trgmeta,
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
| SAS System | SAS Clinical Standards Toolkit | Microsoft® Windows® for x64 | 1.7.1 | 1.7.1 | 9.4 TS1M3 | 9.4 TS1M4 |
| Linux for x64 | 1.7.1 | 1.7.1 | 9.4 TS1M3 | 9.4 TS1M4 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Problem Note |
| Priority: | medium |
| Date Modified: | 2017-12-20 08:47:25 |
| Date Created: | 2017-10-30 14:12:27 |