Problem Note 13279: Line plot fails when assigned multiple variables which are not valid SAS
names
If you create the graph 'Multiple vertical column line plots using
overlay' in Enterprise Guide and you assign multiple variables that do
not have valid SAS names to the vertical axis, the variables are not
quoted properly in the PLOT statement. This will cause the task to fail.
For example, if you have variables named
var1 test1
var2 test2
that are assigned to the vertical axis, the task will fail as follows:
proc gplot data = work.sort3392;
plot var1 test1 * date var2 test2 * date /
79
76
ERROR 79-322: Expecting a *.
ERROR 76-322: Syntax error, statement will be ignored.
A Technical Support hot fix for this issue is available at:
http://www.sas.com/techsup/download/hotfix/ent_guide30.html#013279
Operating System and Release Information
| SAS System | SAS Enterprise Guide | Microsoft Windows 2000 Professional | 3.0 | 3.01 | 9.1 TS1M0 | 9.1 TS1M3 |
| Microsoft Windows NT Workstation | 3.0 | 3.01 | 9.1 TS1M0 | 9.1 TS1M3 |
| Microsoft Windows XP Professional | 3.0 | 3.01 | 9.1 TS1M0 | 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.
| Type: | Problem Note |
| Priority: | |
| Date Modified: | 2004-10-08 15:39:11 |
| Date Created: | 2004-09-08 14:09:23 |