<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Help Error 22-322 and 200-322! Proc Import in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Help-Error-22-322-and-200-322-Proc-Import/m-p/509757#M6484</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; Notes (4)
 
 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 72         
 73         /** Import an XLSX file.  **/
 74         
 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.
 75         PROC IMPORT DATAFILE="/folders/myfolders/Aspirin Use DATA.xls"
 76             OUT= Aspirin Use
                               ___
                               22
                               202
 ERROR 22-322: Syntax error, expecting one of the following: ;, (, DATAFILE, DATATABLE, DBMS, DEBUG, FILE, OUT, REPLACE, TABLE, 
               _DEBUG_.  
 
 ERROR 202-322: The option or parameter is not recognized and will be ignored.
 
 77             DBMS=XLSX
 78             REPLACE;
 79         RUN;
 80         
 81         /** Print the results. **/
 82         
 
 
 83         PROC PRINT DATA= Aspirin Use;
                                     ___
                                     22
                                     202
 ERROR 22-322: Syntax error, expecting one of the following: ;, (, BLANKLINE, CONTENTS, DATA, DOUBLE, GRANDTOTAL_LABEL, 
               GRANDTOT_LABEL, GRAND_LABEL, GTOTAL_LABEL, GTOT_LABEL, HEADING, LABEL, N, NOOBS, NOSUMLABEL, OBS, ROUND, ROWS, SPLIT, 
               STYLE, SUMLABEL, UNIFORM, WIDTH.  
 ERROR 202-322: The option or parameter is not recognized and will be ignored.
 84         RUN;
 
 NOTE: The SAS System stopped processing this step because of errors.
 NOTE: PROCEDURE PRINT used (Total process time):
       real time           0.00 seconds
       cpu time            0.00 seconds
       
 85         
 86         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 99         &lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 02 Nov 2018 01:11:32 GMT</pubDate>
    <dc:creator>nguyek13</dc:creator>
    <dc:date>2018-11-02T01:11:32Z</dc:date>
    <item>
      <title>Help Error 22-322 and 200-322! Proc Import</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Help-Error-22-322-and-200-322-Proc-Import/m-p/509751#M6482</link>
      <description>&lt;P&gt;Trying to import data but got 4 errors and have no clue how to solve it?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/** Import an XLSX file.  **/ 
 
PROC IMPORT DATAFILE="/folders/myfolders/Aspirin Use DATA.xls" 
		    OUT=Aspirin Use 
		    DBMS=XLSX 
		    REPLACE; 
RUN; 
 
/** Print the results. **/ 
 
PROC PRINT DATA=Aspirin Use;  
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 00:44:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Help-Error-22-322-and-200-322-Proc-Import/m-p/509751#M6482</guid>
      <dc:creator>nguyek13</dc:creator>
      <dc:date>2018-11-02T00:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help Error 22-322 and 200-322! Proc Import</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Help-Error-22-322-and-200-322-Proc-Import/m-p/509754#M6483</link>
      <description>Please include the errors, and preferably the full log.</description>
      <pubDate>Fri, 02 Nov 2018 01:04:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Help-Error-22-322-and-200-322-Proc-Import/m-p/509754#M6483</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-02T01:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help Error 22-322 and 200-322! Proc Import</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Help-Error-22-322-and-200-322-Proc-Import/m-p/509757#M6484</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; Notes (4)
 
 1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 72         
 73         /** Import an XLSX file.  **/
 74         
 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.
 75         PROC IMPORT DATAFILE="/folders/myfolders/Aspirin Use DATA.xls"
 76             OUT= Aspirin Use
                               ___
                               22
                               202
 ERROR 22-322: Syntax error, expecting one of the following: ;, (, DATAFILE, DATATABLE, DBMS, DEBUG, FILE, OUT, REPLACE, TABLE, 
               _DEBUG_.  
 
 ERROR 202-322: The option or parameter is not recognized and will be ignored.
 
 77             DBMS=XLSX
 78             REPLACE;
 79         RUN;
 80         
 81         /** Print the results. **/
 82         
 
 
 83         PROC PRINT DATA= Aspirin Use;
                                     ___
                                     22
                                     202
 ERROR 22-322: Syntax error, expecting one of the following: ;, (, BLANKLINE, CONTENTS, DATA, DOUBLE, GRANDTOTAL_LABEL, 
               GRANDTOT_LABEL, GRAND_LABEL, GTOTAL_LABEL, GTOT_LABEL, HEADING, LABEL, N, NOOBS, NOSUMLABEL, OBS, ROUND, ROWS, SPLIT, 
               STYLE, SUMLABEL, UNIFORM, WIDTH.  
 ERROR 202-322: The option or parameter is not recognized and will be ignored.
 84         RUN;
 
 NOTE: The SAS System stopped processing this step because of errors.
 NOTE: PROCEDURE PRINT used (Total process time):
       real time           0.00 seconds
       cpu time            0.00 seconds
       
 85         
 86         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 99         &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 02 Nov 2018 01:11:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Help-Error-22-322-and-200-322-Proc-Import/m-p/509757#M6484</guid>
      <dc:creator>nguyek13</dc:creator>
      <dc:date>2018-11-02T01:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help Error 22-322 and 200-322! Proc Import</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Help-Error-22-322-and-200-322-Proc-Import/m-p/509758#M6485</link>
      <description>what is the word "use" doing in proc import?</description>
      <pubDate>Fri, 02 Nov 2018 01:35:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Help-Error-22-322-and-200-322-Proc-Import/m-p/509758#M6485</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-11-02T01:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help Error 22-322 and 200-322! Proc Import</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Help-Error-22-322-and-200-322-Proc-Import/m-p/509760#M6486</link>
      <description>&lt;P&gt;Blanks are not legitimate characters for naming a data set.&amp;nbsp; If you would like, you can use an underscore:&amp;nbsp; Aspirin_Use&lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 01:41:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Help-Error-22-322-and-200-322-Proc-Import/m-p/509760#M6486</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-11-02T01:41:35Z</dc:date>
    </item>
  </channel>
</rss>

