To update the data, you can specify view descriptors in the PROC SQL INSERT, DELETE, and UPDATE statements. Here is a summary of these PROC SQL statements: DELETE deletes records from a CA-DATACOM/DB ...
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 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results