![]() | ![]() | ![]() |
When you submit a SAS program that calls an FEA (Financial Engineering Associates) function, the SAS session might end shortly after the SAS program has finished running and the SAS log might not contain any related warning or error messages.
The most likely cause for the session termination is that the SAS program does not call the FEA "uninit" function that is associated to the FEA library that the SAS program is calling. Several of the FEA libraries contain an uninit function. For example, the IntrLib library contains an Iuninit function. The purpose of the uninit function is to unbind the license from your FEA license server, which applies to you if you are using a license server for your FEA licenses instead of standalone license keys.
To prevent the session termination, ensure that you include a call to the associated FEA uninit function in your SAS program. In most cases, you only need to call the uninit function one time per project run for a given set of FEA function calls, and the uninit function call should be the final FEA function to be called. Another reason to minimize the number of calls to the uninit function is that it can be inefficient to call it many times.
Following are some sample steps to illustrate how you could call an FEA uninit function one time within a SAS® Risk Dimensions® analysis project.
| Product Family | Product | System | Product Release | SAS Release | ||
| Reported | Fixed* | Reported | Fixed* | |||
| SAS System | SAS Risk Dimensions Enterprise Edition | Microsoft Windows 2000 Server | 4.2.1 | 9.1 TS1M3 SP4 | ||
| Microsoft Windows Server 2003 Datacenter Edition | 4.2.1 | 9.1 TS1M3 SP4 | ||||
| Microsoft Windows 2000 Professional | 4.2.1 | 9.1 TS1M3 SP4 | ||||
| Microsoft Windows NT Workstation | 4.2.1 | 9.1 TS1M3 SP4 | ||||
| Microsoft Windows 2000 Datacenter Server | 4.2.1 | 9.1 TS1M3 SP4 | ||||
| Microsoft Windows 2000 Advanced Server | 4.2.1 | 9.1 TS1M3 SP4 | ||||
| Microsoft Windows Server 2003 Enterprise Edition | 4.2.1 | 9.1 TS1M3 SP4 | ||||
| Microsoft Windows Server 2003 Standard Edition | 4.2.1 | 9.1 TS1M3 SP4 | ||||
| Microsoft Windows Server 2008 | 4.2.1 | 9.1 TS1M3 SP4 | ||||
| Microsoft Windows XP Professional | 4.2.1 | 9.1 TS1M3 SP4 | ||||
| Windows Vista | 4.2.1 | 9.1 TS1M3 SP4 | ||||
| 64-bit Enabled AIX | 4.2.1 | 9.1 TS1M3 SP4 | ||||
| 64-bit Enabled HP-UX | 4.2.1 | 9.1 TS1M3 SP4 | ||||
| 64-bit Enabled Solaris | 4.2.1 | 9.1 TS1M3 SP4 | ||||
| HP-UX IPF | 4.2.1 | 9.1 TS1M3 SP4 | ||||
| Linux | 4.2.1 | 9.1 TS1M3 SP4 | ||||
| SAS System | Base SAS | Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M3 SP4 | |||
| Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.1 TS1M3 SP4 | |||||
| Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.1 TS1M3 SP4 | |||||
| Microsoft Windows XP 64-bit Edition | 9.1 TS1M3 SP4 | |||||
| Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 SP4 | |||||
| Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 SP4 | |||||
| Microsoft Windows 2000 Server | 9.1 TS1M3 SP4 | |||||
| Microsoft Windows 2000 Professional | 9.1 TS1M3 SP4 | |||||
| Microsoft Windows NT Workstation | 9.1 TS1M3 SP4 | |||||
| Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 SP4 | |||||
| Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 SP4 | |||||
| Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 SP4 | |||||
| Microsoft Windows Server 2008 | 9.1 TS1M3 SP4 | |||||
| Microsoft Windows XP Professional | 9.1 TS1M3 SP4 | |||||
| Windows Vista | 9.1 TS1M3 SP4 | |||||
| 64-bit Enabled AIX | 9.1 TS1M3 SP4 | |||||
| 64-bit Enabled HP-UX | 9.1 TS1M3 SP4 | |||||
| 64-bit Enabled Solaris | 9.1 TS1M3 SP4 | |||||
| HP-UX IPF | 9.1 TS1M3 SP4 | |||||
| Linux | 9.1 TS1M3 SP4 | |||||
| Linux on Itanium | 9.1 TS1M3 SP4 | |||||
| OpenVMS Alpha | 9.1 TS1M3 SP4 | |||||
| Solaris for x64 | 9.1 TS1M3 SP4 | |||||
| Tru64 UNIX | 9.1 TS1M3 SP4 | |||||
| Type: | Usage Note |
| Priority: |
| Date Modified: | 2010-08-10 23:35:04 |
| Date Created: | 2009-09-03 11:20:11 |



