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 ...
You can also use statistical procedures with CA-DATACOM/DB data. This section shows simple examples using the FREQ and MEANS procedures. Frequency Table for Field COUNTRY described by View Descriptor ...