/* set graphics printing */ goptions device=win targetdevice=winprtg; /* set numbers on */ dm 'nums'; /* set the linesize to 72 */ options linesize=72; /* set tcp connectivity */ options comamid=tcp; /* set statserver as connect default */ %let statserv=stat.itd.umich.edu; options remote=statserv; /* set default login script */ filename rlink '!SASROOT\itdcnct.scr';