However, you can manipulate where the interface begins to read data and what format the interface generates by using the SKIPROWS and SCANTYPE statements in the ACCESS procedure. SKIPROWS skips a ...
proc access dbms=dbf; /* create access descriptor */ create adlib.invoice.access; path="c:\sasdemo\invoice.dbf"; assign; rename invoicenum = invnum amtbilled ...