SUPPORT / SAMPLES & SAS NOTES
 

Support

Usage Note 32613: In SAS® Enterprise Guide® 6.1M1 and later releases, the VALIDVARNAME=ANY system option is not set automatically

DetailsAboutRate It

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

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemSAS Integration Technologiesz/OS9.1 TS1M3
Microsoft® Windows® for 64-Bit Itanium-based Systems9.1 TS1M3
Microsoft Windows Server 2003 Datacenter 64-bit Edition9.1 TS1M3
Microsoft Windows Server 2003 Enterprise 64-bit Edition9.1 TS1M3
Microsoft Windows XP 64-bit Edition9.1 TS1M3
Microsoft® Windows® for x649.1 TS1M3
Microsoft Windows 2000 Advanced Server9.1 TS1M3
Microsoft Windows 2000 Datacenter Server9.1 TS1M3
Microsoft Windows 2000 Server9.1 TS1M3
Microsoft Windows 2000 Professional9.1 TS1M3
Microsoft Windows NT Workstation9.1 TS1M3
Microsoft Windows Server 2003 Datacenter Edition9.1 TS1M3
Microsoft Windows Server 2003 Enterprise Edition9.1 TS1M3
Microsoft Windows Server 2003 Standard Edition9.1 TS1M3
Microsoft Windows XP Professional9.1 TS1M3
Windows Vista9.1 TS1M3
64-bit Enabled AIX9.1 TS1M3
64-bit Enabled HP-UX9.1 TS1M3
64-bit Enabled Solaris9.1 TS1M3
HP-UX IPF9.1 TS1M3
Linux9.1 TS1M3
OpenVMS Alpha9.1 TS1M3
Solaris for x649.1 TS1M3
Tru64 UNIX9.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.