Usage Note 55260: SAS® Web Report Studio reports might display missing objects and a syntax error after they are promoted or migrated to a later release
Reports that you promote or migrate from SAS Web Report Studio 4.3 or earlier to release 4.31 or later might display missing objects. Error details identify a syntax error such as the one shown in the following display:

In addition, SAS® Information Map Studio displays a similar error when you run a test query or you attempt to validate the expression.
The syntax error occurs because the CASE expression (shown in the previous display) is missing white space between "Male" and WHEN. Because the meaning of an identifier after a quoted string might change in a future SAS release, SAS recommends that you insert a white space between a quoted string and the succeeding identifier. The releases of SAS Information Map Studio and SAS Web Report Studio that run with SAS® 9.2_M3 and earlier do not enforce this recommendation. This expression validates successfully, and a report that uses this information map renders as expected.
Beginning with SAS Information Map Studio 4.31 and SAS Web Report Studio 4.31, which run with SAS 9.3, the same expression causes the query to fail because the recommendation is enforced. To resolve this issue, edit the expression to insert the recommended white space. For example, edit the expression so that it appears like this:
case <<CLASS.Sex>> when "M" then "Male" when "F" then "Female" end
Operating System and Release Information
| SAS System | SAS Information Map Studio | Microsoft® Windows® for x64 | 4.31 | | 9.3 TS1M0 | |
| Microsoft Windows Server 2003 Datacenter Edition | 4.31 | | 9.3 TS1M0 | |
| Microsoft Windows Server 2003 Enterprise Edition | 4.31 | | 9.3 TS1M0 | |
| Microsoft Windows Server 2003 Standard Edition | 4.31 | | 9.3 TS1M0 | |
| Microsoft Windows Server 2003 for x64 | 4.31 | | 9.3 TS1M0 | |
| Microsoft Windows Server 2008 | 4.31 | | 9.3 TS1M0 | |
| Microsoft Windows Server 2008 R2 | 4.31 | | 9.3 TS1M0 | |
| Microsoft Windows Server 2008 for x64 | 4.31 | | 9.3 TS1M0 | |
| Microsoft Windows XP Professional | 4.31 | | 9.3 TS1M0 | |
| Windows 7 Enterprise 32 bit | 4.31 | | 9.3 TS1M0 | |
| Windows 7 Enterprise x64 | 4.31 | | 9.3 TS1M0 | |
| Windows 7 Home Premium 32 bit | 4.31 | | 9.3 TS1M0 | |
| Windows 7 Home Premium x64 | 4.31 | | 9.3 TS1M0 | |
| Windows 7 Professional 32 bit | 4.31 | | 9.3 TS1M0 | |
| Windows 7 Professional x64 | 4.31 | | 9.3 TS1M0 | |
| Windows 7 Ultimate 32 bit | 4.31 | | 9.3 TS1M0 | |
| Windows 7 Ultimate x64 | 4.31 | | 9.3 TS1M0 | |
| Windows Vista | 4.31 | | 9.3 TS1M0 | |
| Windows Vista for x64 | 4.31 | | 9.3 TS1M0 | |
| SAS System | SAS Web Report Studio | z/OS | 4.31 | | 9.3 TS1M0 | |
| Microsoft® Windows® for x64 | 4.31 | | 9.3 TS1M0 | |
| 64-bit Enabled AIX | 4.31 | | 9.3 TS1M0 | |
| 64-bit Enabled Solaris | 4.31 | | 9.3 TS1M0 | |
| HP-UX IPF | 4.31 | | 9.3 TS1M0 | |
| Linux for x64 | 4.31 | | 9.3 TS1M0 | |
| Solaris for x64 | 4.31 | | 9.3 TS1M0 | |
*
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.
| Date Modified: | 2015-02-24 09:35:09 |
| Date Created: | 2015-02-20 16:06:01 |