/* location and filename of the output */
%global outfile outpath;
%let outpath = &top_dir.\Outputs;
%let outfile = Disposition.xls;
%global dispout errout;
%let dispout = &outpath.\&outfile.; Please see above mention code for macro variable resolution.
... View more