Problem Note 41584: The SAS/GRAPH® GDDM device drivers ignore the NODISPLAY graphics option with SAS® 9.2
In SAS 9.2, all of the SAS/GRAPH GDDM device drivers ignore the NODISPLAY option on the GOPTIONS statement. This includes display device drivers such as the GDDM79 driver, as well as printer drivers such as the GDDM4224 driver. This means that all of the SAS/GRAPH GDDM device drivers in SAS 9.2 will always produce actual graphics output, even when NODISPLAY is specified on the GOPTIONS statement.
For example, the following code does not write an output graphics file to SYSOUT with SAS 9.1.3, but does generate the file with SAS 9.2:
goptions reset=all device=gddm4224 gddmn=ibm4224 nodisplay;
proc gchart data=sashelp.class;
vbar age / discrete;
run;
quit;
Operating System and Release Information
SAS System | SAS/GRAPH | z/OS | 9.2 TS1M0 | 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.
The SAS/GRAPH® GDDM device drivers ignore the NODISPLAY graphics option with SAS® 9.2.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2010-11-15 09:13:30 |
Date Created: | 2010-11-12 13:25:26 |