OUTFILE= specifies the output file. The filename contains the extension .XLS, which PROC EXPORT recognizes, by default, as the extension for an Excel 5 spreadsheet.
            outfile="C:\myfiles\Prices.xls";
      run;