Problem Note 13816: Modified SAVE_ macro variable values are not saved for an IntrNet
Session
When running the SAS/IntrNet Application Server, if you create a SAVE_*
macro variable in a Session and update it in a subsequent request, the
updated value is not saved.
The following steps can be used to illustrate the problem.
1.) Create a Session. Then, create a SAVE_ macro variable
called SAVE_TEST. For example:
%let save_test=value1;
2.) Then, in a subsequent request for the session, reset
the value. For example:
%let save_test=value2;
3.) In a third request to the session, output the value
of &save_test. The value will be "value1" (which
was the original value). The updated value
( "value2" ) was not saved.
The problem exists in SAS 9.1.3. The problem does not exist in the SAS
System Version 8.2
SAS Note #011946 documents a related problem that will be corrected by
the Hot fix.
A fix for SAS 9.1.3 (9.1 TS1M3) for this issue is available at:
http://www.sas.com/techsup/download/hotfix/e9_sbcs_prod_list.html#013816
For customers running SAS with Asian Language Support (DBCS), this
fix should be downloaded from:
http://www.sas.com/techsup/download/hotfix/e9_dbcs_prod_list.html#013816
Operating System and Release Information
SAS System | SAS/IntrNet | OpenVMS Alpha | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
64-bit Enabled HP-UX | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
HP-UX IPF | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Linux on Itanium | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows XP Professional | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows NT Workstation | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows 2000 Server | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows 2000 Professional | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
z/OS | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
64-bit Enabled Solaris | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
64-bit Enabled AIX | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Linux | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Tru64 UNIX | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
*
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: | high |
Topic: | System Administration ==> Servers
|
Date Modified: | 2005-01-17 09:14:44 |
Date Created: | 2004-11-16 16:15:13 |