SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 42545: Inappropriate format length for Parameter_Value variable in the Rd_Stat.Regulatory_Parameter table

DetailsHotfixAboutRate It

The default format for the Parameter_Value variable in the Rd_Stat.Regulatory_Parameter table is NLNUM5.2, which is not sufficient for values that are larger than 99.99.

To change the format length, you can update the NLNUMw.d format value in a DATA step by using the FORMAT statement. For example:

data rd_stat.regulatory_parameter; set rd_stat.regulatory_parameter; format parameter_value nlnum15.2; run;

Click the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Credit Risk Management for BankingMicrosoft® Windows® for x644.64.6_M19.2 TS2M39.2 TS2M3
Microsoft Windows Server 2003 Datacenter Edition4.64.6_M19.2 TS2M39.2 TS2M3
Microsoft Windows Server 2003 Enterprise Edition4.64.6_M19.2 TS2M39.2 TS2M3
Microsoft Windows Server 2003 Standard Edition4.64.6_M19.2 TS2M39.2 TS2M3
Microsoft Windows Server 2003 for x644.64.6_M19.2 TS2M39.2 TS2M3
Microsoft Windows Server 20084.64.6_M19.2 TS2M39.2 TS2M3
Microsoft Windows Server 2008 for x644.64.6_M19.2 TS2M39.2 TS2M3
Microsoft Windows XP Professional4.64.6_M19.2 TS2M39.2 TS2M3
Windows 7 Enterprise 32 bit4.64.6_M19.2 TS2M39.2 TS2M3
Windows 7 Enterprise x644.64.6_M19.2 TS2M39.2 TS2M3
Windows 7 Home Premium 32 bit4.64.6_M19.2 TS2M39.2 TS2M3
Windows 7 Home Premium x644.64.6_M19.2 TS2M39.2 TS2M3
Windows 7 Professional 32 bit4.64.6_M19.2 TS2M39.2 TS2M3
Windows 7 Professional x644.64.6_M19.2 TS2M39.2 TS2M3
Windows 7 Ultimate 32 bit4.64.6_M19.2 TS2M39.2 TS2M3
Windows 7 Ultimate x644.64.6_M19.2 TS2M39.2 TS2M3
Windows Vista4.64.6_M19.2 TS2M39.2 TS2M3
Windows Vista for x644.64.6_M19.2 TS2M39.2 TS2M3
64-bit Enabled AIX4.64.6_M19.2 TS2M39.2 TS2M3
64-bit Enabled HP-UX4.64.6_M19.2 TS2M39.2 TS2M3
64-bit Enabled Solaris4.64.6_M19.2 TS2M39.2 TS2M3
HP-UX IPF4.64.6_M19.2 TS2M39.2 TS2M3
Linux4.64.6_M19.2 TS2M39.2 TS2M3
Linux for x644.64.6_M19.2 TS2M39.2 TS2M3
Solaris for x644.64.6_M19.2 TS2M39.2 TS2M3
* 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.