Problem Note 64366: Output variables created in SAS® Decision Manager default to a standard length
Output variables that are created in rules in SAS Decision Manager should inherit length information from input variables. However, the created output variables use a default length that is configurable, but cannot be changed.
There are no errors or warnings.
Click the Hot Fix tab in this note to access the hot fix for this issue.
After you apply the hot fix, the created output variable uses the length of the first input variable. The fix applies only for DATA step code, not for DS2 code implementations. To fix DS2 code, in SAS® Management Console, you need to set the code type property to DS1 for SAS Business Rules Manager.
To set the code type property, add the following property. The property is on the Advanced tab of the Business Rules Manager Web 3.2 application within the Configuration manager plug-in in SAS Management Console.
- Property name - brm.runtime.codetype
- Property value - DS1
To add this new property, select add when you get to the property page. Or, you can set the property by including the following line at the beginning of your code:
%let BRM_CODE_TYPE=DS1;
Operating System and Release Information
SAS System | SAS Decision Manager | Microsoft® Windows® for x64 | 3.3 | | 9.4 TS1M6 | |
Microsoft Windows 8 Enterprise 32-bit | 3.3 | | 9.4 TS1M6 | |
Microsoft Windows 8 Enterprise x64 | 3.3 | | 9.4 TS1M6 | |
Microsoft Windows 8 Pro 32-bit | 3.3 | | 9.4 TS1M6 | |
Microsoft Windows 8 Pro x64 | 3.3 | | 9.4 TS1M6 | |
Microsoft Windows 8.1 Enterprise 32-bit | 3.3 | | 9.4 TS1M6 | |
Microsoft Windows 8.1 Enterprise x64 | 3.3 | | 9.4 TS1M6 | |
Microsoft Windows 8.1 Pro 32-bit | 3.3 | | 9.4 TS1M6 | |
Microsoft Windows 8.1 Pro x64 | 3.3 | | 9.4 TS1M6 | |
Microsoft Windows 10 | 3.3 | | 9.4 TS1M6 | |
Microsoft Windows Server 2012 Datacenter | 3.3 | | 9.4 TS1M6 | |
Microsoft Windows Server 2012 R2 Datacenter | 3.3 | | 9.4 TS1M6 | |
Microsoft Windows Server 2012 R2 Std | 3.3 | | 9.4 TS1M6 | |
Microsoft Windows Server 2012 Std | 3.3 | | 9.4 TS1M6 | |
Microsoft Windows Server 2016 | 3.3 | | 9.4 TS1M6 | |
Microsoft Windows Server 2019 | 3.3 | | 9.4 TS1M6 | |
Windows 7 Enterprise 32 bit | 3.3 | | 9.4 TS1M6 | |
Windows 7 Enterprise x64 | 3.3 | | 9.4 TS1M6 | |
Windows 7 Home Premium 32 bit | 3.3 | | 9.4 TS1M6 | |
Windows 7 Home Premium x64 | 3.3 | | 9.4 TS1M6 | |
Windows 7 Professional 32 bit | 3.3 | | 9.4 TS1M6 | |
Windows 7 Professional x64 | 3.3 | | 9.4 TS1M6 | |
Windows 7 Ultimate 32 bit | 3.3 | | 9.4 TS1M6 | |
Windows 7 Ultimate x64 | 3.3 | | 9.4 TS1M6 | |
64-bit Enabled AIX | 3.3 | | 9.4 TS1M6 | |
64-bit Enabled Solaris | 3.3 | | 9.4 TS1M6 | |
HP-UX IPF | 3.3 | | 9.4 TS1M6 | |
Linux for x64 | 3.3 | | 9.4 TS1M6 | |
Solaris for x64 | 3.3 | | 9.4 TS1M6 | |
*
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-03-18 08:34:53 |
Date Created: | 2019-06-21 11:40:12 |