<?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 I dont know how to solve this error in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/I-dont-know-how-to-solve-this-error/m-p/605472#M8312</link>
    <description>&lt;DIV&gt;&lt;DIV class="sasSource"&gt;I dont know much about programming I am just trying to open a big file which had instructions to be opened in SAS, SPSS or R, i couldnt open the file directly&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;I am using SAS University edition&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;This is the error i got when trying to open the file directly:&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 /* Generated Code (IMPORT) */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 /* Source File: MICRODADOS_ENEM_2018.csv */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 /* Source Path: /folders/myfolders/MICROENEM 2018/DADOS */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 /* Code generated on: 19/11/19 12:57 */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78 %web_drop_table(WORK.IMPORT);&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;79&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;80&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;81 FILENAME REFFILE '/folders/myfolders/MICROENEM 2018/DADOS/MICRODADOS_ENEM_2018.csv';&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;82&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;83 PROC IMPORT DATAFILE=REFFILE&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;84 DBMS=CSV&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;85 OUT=WORK.IMPORT;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;86 GETNAMES=YES;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;87 RUN;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary parameter values will be saved to&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;WORK.PARMS.PARMS.SLIST.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: An exception has been encountered.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Please contact technical support and provide them with the following traceback information:&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;The SAS task name is [IMPORT (]&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Segmentation Violation&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Traceback of the Exception:&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError focus-line"&gt;ERROR: An exception has been encountered.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Please contact technical support and provide them with the following traceback information:&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;The SAS task name is [IMPORT (]&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Segmentation Violation&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 2.38 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.34 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;88&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;89 PROC CONTENTS DATA=WORK.IMPORT; RUN;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: File WORK.IMPORT.DATA does not exist.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Statements not processed because of errors noted above.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE CONTENTS used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.01 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;90&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;91&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;92 %web_open_table(WORK.IMPORT);&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;93&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;94 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;106&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE class="sasLog"&gt;&amp;nbsp;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 19 Nov 2019 17:20:52 GMT</pubDate>
    <dc:creator>Luisgm082001</dc:creator>
    <dc:date>2019-11-19T17:20:52Z</dc:date>
    <item>
      <title>I dont know how to solve this error</title>
      <link>https://communities.sas.com/t5/SAS-Studio/I-dont-know-how-to-solve-this-error/m-p/605472#M8312</link>
      <description>&lt;DIV&gt;&lt;DIV class="sasSource"&gt;I dont know much about programming I am just trying to open a big file which had instructions to be opened in SAS, SPSS or R, i couldnt open the file directly&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;I am using SAS University edition&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;This is the error i got when trying to open the file directly:&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 /* Generated Code (IMPORT) */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 /* Source File: MICRODADOS_ENEM_2018.csv */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 /* Source Path: /folders/myfolders/MICROENEM 2018/DADOS */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 /* Code generated on: 19/11/19 12:57 */&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78 %web_drop_table(WORK.IMPORT);&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;79&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;80&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;81 FILENAME REFFILE '/folders/myfolders/MICROENEM 2018/DADOS/MICRODADOS_ENEM_2018.csv';&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;82&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;83 PROC IMPORT DATAFILE=REFFILE&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;84 DBMS=CSV&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;85 OUT=WORK.IMPORT;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;86 GETNAMES=YES;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;87 RUN;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary parameter values will be saved to&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;WORK.PARMS.PARMS.SLIST.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: An exception has been encountered.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Please contact technical support and provide them with the following traceback information:&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;The SAS task name is [IMPORT (]&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Segmentation Violation&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Traceback of the Exception:&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError focus-line"&gt;ERROR: An exception has been encountered.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Please contact technical support and provide them with the following traceback information:&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;The SAS task name is [IMPORT (]&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Segmentation Violation&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 2.38 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.34 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;88&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;89 PROC CONTENTS DATA=WORK.IMPORT; RUN;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: File WORK.IMPORT.DATA does not exist.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Statements not processed because of errors noted above.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE CONTENTS used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.01 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;90&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;91&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;92 %web_open_table(WORK.IMPORT);&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;93&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;94 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;106&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE class="sasLog"&gt;&amp;nbsp;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Nov 2019 17:20:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/I-dont-know-how-to-solve-this-error/m-p/605472#M8312</guid>
      <dc:creator>Luisgm082001</dc:creator>
      <dc:date>2019-11-19T17:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: I dont know how to solve this error</title>
      <link>https://communities.sas.com/t5/SAS-Studio/I-dont-know-how-to-solve-this-error/m-p/605474#M8313</link>
      <description>&lt;P&gt;There is a comment in the code saying it is "generated" code. Do you know who/what generated the code? Are you using some point and click interface to import the CSV file? Perhaps via SAS/Studio interface?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not sure what is causing the error, but there it no need to use IMPORT to read a CSV file. They are just text files and it is trivial to write your own data step to read a CSV file.&amp;nbsp; Do you know what is in the file?&amp;nbsp; If not then run a little step to look at the first few lines and check.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;FILENAME REFFILE '/folders/myfolders/MICROENEM2018/DADOS/MICRODADOS_ENEM_2018.csv';

data _null_;
  infile reffile obs=10;
  input;
  list;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Nov 2019 17:33:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/I-dont-know-how-to-solve-this-error/m-p/605474#M8313</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-11-19T17:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: I dont know how to solve this error</title>
      <link>https://communities.sas.com/t5/SAS-Studio/I-dont-know-how-to-solve-this-error/m-p/605505#M8314</link>
      <description>&lt;P&gt;The file is 3gb of data about a test. I have already opened it but its too hard to search for the information I want as there are too many columns, separated only by ";". There are some input files that were with this big file that would load some labeling but they didn't work, probably because I placed the files in the wrong location. So, I tried to open the file directly, as it was stated in some instructions on how to see the data, in the hope that it would be more organized, but I got that error.&lt;BR /&gt;The code was probably generated by the institution that provided the data.&lt;BR /&gt;I am using SAS University Edition and Oracle Virtual Box to open SAS Studio in the chrome browser.&lt;BR /&gt;&lt;BR /&gt;I don't know if I could properly answer your questions as I don't understand much about SAS but I hope you can help me.&lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 19:58:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/I-dont-know-how-to-solve-this-error/m-p/605505#M8314</guid>
      <dc:creator>Luisgm082001</dc:creator>
      <dc:date>2019-11-19T19:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: I dont know how to solve this error</title>
      <link>https://communities.sas.com/t5/SAS-Studio/I-dont-know-how-to-solve-this-error/m-p/605517#M8315</link>
      <description>&lt;P&gt;Write a data step, according to the column description you got with the file. If you did not get one, return to sender with request for such.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A data step to read a csv file is very basic SAS technique; writing one and getting it to work is a perfect learning experience, exactly what University Edition is meant for.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 20:28:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/I-dont-know-how-to-solve-this-error/m-p/605517#M8315</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-11-19T20:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: I dont know how to solve this error</title>
      <link>https://communities.sas.com/t5/SAS-Studio/I-dont-know-how-to-solve-this-error/m-p/605518#M8316</link>
      <description>&lt;P&gt;You will not have room to write anywhere new 3 gigabytes of data into a WORK dataset with SAS UE.&amp;nbsp; The virtual machine does not have that much memory.&lt;/P&gt;
&lt;P&gt;You could try writing the file to a folder on your real machine by using a permanent dataset instead of work dataset.&lt;/P&gt;
&lt;P&gt;Something like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;FILENAME REFFILE '/folders/myfolders/MICROENEM2018/DADOS/MICRODADOS_ENEM_2018.csv';
LIBNAME OUT '/folders/myfolders/';
PROC IMPORT DATAFILE=REFFILE DBMS=CSV
  out=OUT.MICRODADOS_ENEM_2018  replace
;
  GETNAMES=YES;
  DELIMITER=';';
RUN;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Note that using PROC IMPORT will force SAS to guess what type of data is in each column and for character strings how long to make the variable.&amp;nbsp; If you really have documentation about what variables are in the data then it would be much better to use that to write your own data step to read the data.&amp;nbsp; Then you can control what the variables are named, whether they are numeric or character, the length of the character variables and whether any specidal informats are needed to read the data or special formats are desired for printing the data.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 20:30:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/I-dont-know-how-to-solve-this-error/m-p/605518#M8316</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-11-19T20:30:19Z</dc:date>
    </item>
  </channel>
</rss>

