Create the TEK780 printer definition and make the definition available
to all users. The DATA= option specifies TEK780 as the input data set.
The USESASHELP option specifies that the printer definition will be
available to all users.
proc prtdef data=tek780 usesashelp;
run;