proc access dbms=dbf; create adlib.invoice.access; /* create access descriptor */ path="c:\sasdemo\invoice.dbf"; assign=yes; rename invoicenum = invnum amtbilled = amtbilld amountinus = amtinus; ...
PROC SQL follows most of the guidelines set by the American National Standards Institute (ANSI) in its implementation of SQL. However, it is not fully compliant with the current ANSI Standard for SQL.