| Date | Title | Type | ||
|---|---|---|---|---|
| 10/2/07 |
23643 - How can I generate a GIF file from my procedure or DATA step output? Beginning with SAS 9.1, you can use the ODS PRINTER statement with the PRINTER= GIF option to create GIF files from a procedure or DATA step. This also enables you to maintain all of the styles such as the colors in the ... http://support.sas.com/kb/23/643.html, 17KB |
Usage Note | ||
| 8/28/07 |
24303 - Why does opening the ODS PRINTER destination change the appearance of the graphs in my ODS HTML output? When a SAS/GRAPH procedure is invoked, it defines the layout of the graph under the current settings and sends the image to each of the output destinations. Because a graph has only one layout regardless of the number ... http://support.sas.com/kb/24/303.html, 19KB |
Usage Note | ||
| 8/28/07 |
24304 - Can I get SAS/GRAPH images in my titles with ODS PRINTER? See FAQ 4213 about placing an image in a title by using ESCAPECHAR= in SAS 8.2 and later. Under SAS/GRAPH software, as of SAS 9.1.3, in-line formatting is not directly supported. This is because SAS/GRAPH creates the ... http://support.sas.com/kb/24/304.html, 18KB |
Usage Note | ||
| 6/20/05 |
24229 - Can I get images in my titles with ODS PRINTER? In SAS 8.2, ODS PRINTER can put images in the title area with the PREIMAGE= or POSTIMAGE= attribute. Try out the following code, which demonstrates this feature as well as other new features for SAS 8.2, such as inline ... http://support.sas.com/kb/24/229.html, 17KB |
Usage Note | ||