filename out 'lpt1:'; data _null_; file out print device=printer n=1; put @10 'test' overprint @10 '____'; run;