Import the GSF file created by the CGMCRT device driver. FILEREF= specifies the fileref where the CGM is located. FILETYPE= specifies the type of file to be imported. FORMAT= specifies the format of the CGM being imported.
proc gimport fileref=gsasfile
             filetype=cgm
             format=binary;
run;