So this is a new one I wrote since I lost what I did last week /*PROGRAM FOR RBI RESEARCH STATE OF IDAHO OCTOBER 10 2020*/ proc import datafile="C:\Users\bmrg2\Box Sync\Mizzou 2019\Research\RBI Project\Task 8_Back-casting\NBI Data from Fhwa site\ID 2019\ID19.xls" out=outID19 DBMS=xls Sheet="sheet1"; Getnames=Yes; run; here is the log error NOTE: Copyright (c) 2016 by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software 9.4 (TS1M6) Licensed to THE CURATORS OF THE UNIV OF MISSOURI - T&R SFA, Site 70084888. NOTE: This session is executing on the X64_10PRO platform. NOTE: Analytical products: SAS/STAT 15.1 SAS/ETS 15.1 SAS/IML 15.1 SAS/QC 15.1 NOTE: Additional host information: X64_10PRO WIN 10.0.19041 Workstation NOTE: SAS initialization used: real time 3.51 seconds cpu time 2.04 seconds NOTE: PROCEDURE IMPORT used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: The SAS System stopped processing this step because of errors. 1 proc import datafile="C:\Users\bmrg2\Box Sync\Mizzou 2019\Research\RBI Project\Task 1 ! 8_Back-casting\NBI Data from Fhwa site\ID 2019\ID19.xls" 2 out=outID19 3 DBMS=xls 4 Sheet="sheet1"; ----- 22 76 ERROR 22-322: Syntax error, expecting one of the following: ;, DATAFILE, DATATABLE, DBMS, DEBUG, FILE, OUT, REPLACE, TABLE, _DEBUG_. ERROR 76-322: Syntax error, statement will be ignored. 5 Getnames=Yes; 6 run; NOTE: PROCEDURE IMPORT used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: The SAS System stopped processing this step because of errors. 7 proc import datafile="C:\Users\bmrg2\Box Sync\Mizzou 2019\Research\RBI Project\Task 7 ! 8_Back-casting\NBI Data from Fhwa site\ID 2019\ID19.xls" 8 out=outID19 9 DBMS=xls 10 Sheet="sheet1"; ----- 22 76 ERROR 22-322: Syntax error, expecting one of the following: ;, DATAFILE, DATATABLE, DBMS, DEBUG, FILE, OUT, REPLACE, TABLE, _DEBUG_. ERROR 76-322: Syntax error, statement will be ignored. 11 Getnames=Yes; 12 run; 13 /*PROGRAM FOR RBI RESEARCH STATE OF IDAHO OCTOBER 10 2020*/ NOTE: PROCEDURE IMPORT used (Total process time): real time 0.00 seconds cpu time 0.00 seconds NOTE: The SAS System stopped processing this step because of errors. 14 proc import datafile="C:\Users\bmrg2\Box Sync\Mizzou 2019\Research\RBI Project\Task 14 ! 8_Back-casting\NBI Data from Fhwa site\ID 2019\ID19.xls" 15 out=outID19 16 DBMS=xls 17 Sheet="sheet1"; ----- 22 76 ERROR 22-322: Syntax error, expecting one of the following: ;, DATAFILE, DATATABLE, DBMS, DEBUG, FILE, OUT, REPLACE, TABLE, _DEBUG_. ERROR 76-322: Syntax error, statement will be ignored. 18 Getnames=Yes; 19 run;
... View more