Usage Note 32613: In SAS® Enterprise Guide® 6.1M1 and later releases, the VALIDVARNAME=ANY system option is not set automatically
In SAS Enterprise Guide Version 6.1M0 and earlier releases, the SAS Enterprise Guide client application automatically includes the following statements:
*Begin EG generated code (do not edit this line);
OPTIONS VALIDVARNAME=ANY;
* End EG generated code (do not edit this line);
These statements are part of header information that is added to the top of a SAS program when a stored process is created. Setting the VALIDVARNAME system option enables the use of column names that contain embedded spaces and special characters.
Beginning with SAS Enterprise Guide Version 6.1M1, the OPTIONS VALIDVARNAME=ANY statement is not automatically included in the header that is added by the SAS Enterprise Guide client when a stored process is created.
In SAS Enterprise Guide Version 6.1M1 and later, use one of the following approaches to avoid problems with stored processes that require the VALIDVARNAME=ANY system option setting:
- Specify OPTIONS VALIDVARNAME=ANY; at the top of the SAS source code for stored processes that use special variable names.
- Specify OPTIONS VALIDVARNAME=ANY; in an autoexec file that is used for your workspace server and/or stored process server.
- Specify –VALIDVARNAME ANY as an invocation option on the command line that invokes your workspace and stored process server.
- Specify –VALIDVARNAME ANY in a sasv9.cfg file that is used in your BI environment.
Operating System and Release Information
SAS System | SAS Integration Technologies | z/OS | 9.1 TS1M3 | |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M3 | |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.1 TS1M3 | |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.1 TS1M3 | |
Microsoft Windows XP 64-bit Edition | 9.1 TS1M3 | |
Microsoft® Windows® for x64 | 9.1 TS1M3 | |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 | |
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 | |
Microsoft Windows 2000 Server | 9.1 TS1M3 | |
Microsoft Windows 2000 Professional | 9.1 TS1M3 | |
Microsoft Windows NT Workstation | 9.1 TS1M3 | |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 | |
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 | |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 | |
Microsoft Windows XP Professional | 9.1 TS1M3 | |
Windows Vista | 9.1 TS1M3 | |
64-bit Enabled AIX | 9.1 TS1M3 | |
64-bit Enabled HP-UX | 9.1 TS1M3 | |
64-bit Enabled Solaris | 9.1 TS1M3 | |
HP-UX IPF | 9.1 TS1M3 | |
Linux | 9.1 TS1M3 | |
OpenVMS Alpha | 9.1 TS1M3 | |
Solaris for x64 | 9.1 TS1M3 | |
Tru64 UNIX | 9.1 TS1M3 | |
*
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: | 2017-09-21 13:39:46 |
Date Created: | 2008-07-02 11:55:27 |