I read the SAS Help Document, Importing graphics from other applications located here ("mk:@MSITStore:C:\Program%20Files\SAS\SASFoundation\9.2\core\help\graph.chm::/graph.hlp/a000214802.htm"). The documentation reads, as follows:
SAS/GRAPH provides import filters to translate graphics files that are created in other applications into a format that you can use with the SAS System.
To import a graphic into SAS/GRAPH:
With the Graph window or the SAS/GRAPH graphics editor active, select File Import Image.
Use the Import dialog box to select the source directory and graphic file; ensure that the Format field shows the correct source format. (This determines which import filter SAS/GRAPH will use.) Choose OK.
Using the File Import Image menu command, you can import the various file formats into SAS/GRAPH: BMP, WMF, JPEG, GIF, TIFF, PCX, TGA, EPSI, PBM, XWD, DIB, XBM, PNG, PCD, and EMF formats.
Does anyone know if there is a way to program SAS to read in a PNG image automatically without using the SAS/Graph interactive editor?
Thanks.