Problem Note 59073: SAS® Clinical Standards Toolkit 1.7 - The define_sourcevalues macro internal CHECKVALUELIST might get truncated when length exceeds 512 characters
The define_sourcevalues macro internal data set variable (CHECKVALUELIST) might be truncated if the length exceeds 512 characters.
To fix this in the macro:
Look for the following line:
CheckValueList $%cstutilgetattribute(_cstDataSetName=&_cstOutputLibrary..WhereClauseRangeCheckValues, _cstVarName=checkvalue, _cstAttribute=VARLEN)
And replace it with: CheckValueList $%cstutilgetattribute(_cstDataSetName=&_cstSourceValues, _cstVarName=whereclause, _cstAttribute=VARLEN)
Operating System and Release Information
SAS System | SAS Clinical Standards Toolkit | Linux for x64 | 1.7 | 1.7.1 | | 9.4 TS1M3 |
Microsoft® Windows® for x64 | 1.7 | 1.7.1 | | 9.4 TS1M3 |
*
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: | 2020-08-11 09:52:15 |
Date Created: | 2016-10-03 15:45:58 |