1 The SAS System 16:48 Friday, September 27, 1996 NOTE: Copyright (c) 1989-1995 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software Release 6.11 TS020 Licensed to UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL, Site 0003944001. NOTE: AUTOEXEC processing beginning; file is C:\SAS6.11\AUTOEXEC.SAS. NOTE: Libref IN was successfully assigned as follows: Engine: V604 Physical Name: c:\bios111\sasdata NOTE: DM statements are only valid in DMS mode. NOTE: AUTOEXEC processing completed. 1 libname sc v608 'c:\bios\bios111' ; NOTE: Library SC does not exist. 2 proc access dbms=dbf ; 3 create sc.eba.access ; 4 path='c:\bios\bios111\eba.dbf' ; 5 assign=yes ; ERROR: Database error. Examine fields and/or messages below. ERROR: Database error. Examine fields and/or messages below. ERROR: Database error. Examine fields and/or messages below. ERROR: Physical file does not exist, c:\bios\bios111\eba.dbf. 6 rename orig_id=id ; ERROR: Database table must be entered first ERROR: Database table must be entered first ERROR: Database table must be entered first 7 format orig_id $char6. ; ERROR: Database table must be entered first ERROR: Database table must be entered first ERROR: Database table must be entered first 8 list all ; ERROR: Database table must be entered first ERROR: Database table must be entered first ERROR: Database table must be entered first 9 create sc.eba.view ; 10 select all ; ERROR: Database table must be entered first ERROR: Database table must be entered first ERROR: Database table must be entered first 11 subset where delete_f is missing ; 12 run; NOTE: The PROCEDURE ACCESS used 0.9 seconds. ERROR: Errors printed on page 1. ERROR: Errors printed on page 1. ERROR: Errors printed on page 1. NOTE: SAS Institute Inc., SAS Campus Drive, Cary, NC USA 27513-2414