Chapter Contents |
Previous |
Next |
SAS/GRAPH Software: Reference |
This chapter discusses how to display, print, store, modify, and transport SAS/GRAPH output after you have created it. For information on SAS/GRAPH language elements and programs and on how procedure output is generated, see SAS/GRAPH Programs.
What You Can Do With SAS/GRAPH Output |
By default, SAS/GRAPH procedures that produce graphics output display the output on your monitor or terminal, using either the display manager GRAPH window or the direct display method. For details, see Displaying Graphics Output on Monitors or Terminals. SAS/GRAPH also can direct graphics output to a variety of other destinations. Graphics output can be
In addition, you can produce graphics output as GIF files and automatically generate HTML files so that you can display your graphics output with a Web browser. For details, see Bringing SAS/GRAPH Output to the Web.
Regardless of the other types of output generated, SAS/GRAPH procedures always generate a SAS catalog entry. The entry is stored in the WORK.GSEG catalog unless you specify a different catalog with the GOUT= option in a PROC statement. To generate only catalog entries and suppress all other forms of graphics output, use the NODISPLAY graphics option.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.