options nodate linesize=80; proc freq data=vlib.custinfo; table city; title2 'Cities in the ACCTDBD Database'; run; The SAS System Cities in the ACCTDBD Database CITY Cumulative Cumulative CITY ...
proc access dbms=oracle; /* create access descriptor */ create adlib.invoice.access; user=scott orapw=tiger; path='myorapath'; table=invoice; /* create vlib.inv view */ create vlib.inv.view; select ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results