Assign the libref and set the graphics environment. FTEXT= in the GOPTIONS statement specifies the default hardware font. (This is the default setting.)
libname reflib 'SAS-data-library';
goptions reset=global border cback=white
         colors=(black blue green red)
         ftitle=swissb ftext=none
         hsize=7in vsize=5in
         hpos=142 vpos=68;