Import the GSF file created by the CGMCRT device driver. The SCALE statement specifies the scale factor for the values of the x and y coordinates. The TRANSLATE statement specifies the amount that the imported graphics output should be moved horizontally and vertically. The MAP statements remap the fonts shown in the first example.
proc gimport fileref=gsasfile filetype=cgm format=binary;
   scale x=.7 y=.8;
   translate x=3.5 y=10;
   map 'SCRIPT' to script;
   map 'CENTB' to centb;
   map 'ZAPF' to zapf;
   map 'SWISS' to swiss;
run;