<?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: PC error for sas view sashelp.vextfl in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422831#M103964</link>
    <description>&lt;P&gt;I tried opening it after:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data w;/*I opened this dataset to view the contents*/&lt;BR /&gt;set sashelp.vextfl ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: Sorry ignore, mine works fine.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Dec 2017 18:55:03 GMT</pubDate>
    <dc:creator>novinosrin</dc:creator>
    <dc:date>2017-12-20T18:55:03Z</dc:date>
    <item>
      <title>PC error for sas view sashelp.vextfl</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422829#M103963</link>
      <description>&lt;P&gt;Hello all;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use PC SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The sas view:&amp;nbsp;&lt;STRONG&gt;sashelp.vextfl&lt;/STRONG&gt;&amp;nbsp;has problem on my pc,it shows me error when i trying to open or use it:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Invalid Operation.&lt;BR /&gt;ERROR: Termination due to Floating Point Exception&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 18:48:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422829#M103963</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2017-12-20T18:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: PC error for sas view sashelp.vextfl</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422831#M103964</link>
      <description>&lt;P&gt;I tried opening it after:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data w;/*I opened this dataset to view the contents*/&lt;BR /&gt;set sashelp.vextfl ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EDIT: Sorry ignore, mine works fine.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 18:55:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422831#M103964</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2017-12-20T18:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: PC error for sas view sashelp.vextfl</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422834#M103965</link>
      <description>&lt;P&gt;Please show the code of what you attempted.&lt;/P&gt;
&lt;P&gt;That specific item is one of the system VIEWS, not a data set, and you really should be attempting to anything other than extract or view data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This specific one keeps track of defined external files such as you would assign with a FILENAME statement.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 18:57:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422834#M103965</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-12-20T18:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: PC error for sas view sashelp.vextfl</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422835#M103966</link>
      <description>&lt;P&gt;I just simply double click it or code like this :&lt;/P&gt;
&lt;PRE&gt;data w;/*I opened this dataset to view the contents*/
set sashelp.vextfl ;
run;&lt;/PRE&gt;
&lt;P&gt;same error happend:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;ERROR: Invalid Operation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR: Termination due to Floating Point Exception&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 19:00:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422835#M103966</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2017-12-20T19:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: PC error for sas view sashelp.vextfl</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422836#M103967</link>
      <description>&lt;P&gt;If it is just your PC and not others in your organisation I would try re-installing SAS to see if that fixes it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 19:00:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422836#M103967</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-12-20T19:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: PC error for sas view sashelp.vextfl</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422838#M103968</link>
      <description>&lt;P&gt;Try a PROC PRINT to see if there are some funky characters in there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data w;/*I opened this dataset to view the contents*/
set sashelp.vextfl ;
run;
proc print data=w; run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Dec 2017 19:08:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422838#M103968</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-12-20T19:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: PC error for sas view sashelp.vextfl</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422842#M103969</link>
      <description>&lt;P&gt;Did that, and attached here is the screen shot of proc print results&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 19:15:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422842#M103969</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2017-12-20T19:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: PC error for sas view sashelp.vextfl</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422845#M103970</link>
      <description>&lt;P&gt;I just realize although there was error but the dataset &lt;STRONG&gt;w&lt;/STRONG&gt;&amp;nbsp;was created successfully.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But if I just double click the sas view sashelp.vextfl.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It can't be opened and comes with those errors too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To Chris,&lt;/P&gt;
&lt;P&gt;The w dataset and its print has no problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;also this can print it too, but has error in log:&lt;/P&gt;
&lt;P&gt;proc sql;&lt;BR /&gt;select * from &lt;BR /&gt;sashelp.vextfl;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 19:19:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422845#M103970</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2017-12-20T19:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: PC error for sas view sashelp.vextfl</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422847#M103971</link>
      <description>&lt;P&gt;my result looks like that.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 19:21:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422847#M103971</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2017-12-20T19:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: PC error for sas view sashelp.vextfl</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422848#M103972</link>
      <description>1.looks the print and refer to it will get right result but come with error message.&lt;BR /&gt;2.double click not work to open the view</description>
      <pubDate>Wed, 20 Dec 2017 19:22:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422848#M103972</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2017-12-20T19:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: PC error for sas view sashelp.vextfl</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422852#M103973</link>
      <description>&lt;P&gt;Try the workaround in &lt;A href="http://support.sas.com/kb/44/635.html" target="_self"&gt;this SAS Note&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;   proc sql;
     create view work.extfiles as
     select fileref, xpath, xengine, level, directory, 'exists'n, temporary
     from dictionary.extfiles;
   quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 Dec 2017 19:31:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422852#M103973</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-12-20T19:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: PC error for sas view sashelp.vextfl</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422856#M103974</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10531"&gt;@GeorgeSAS&lt;/a&gt; wrote:&lt;BR /&gt;1.looks the print and refer to it will get right result but come with error message.&lt;BR /&gt;2.double click not work to open the view&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Which version of SAS are you running?&lt;/P&gt;
&lt;P&gt;And another approach would be try the SAS command box with vt sashelp.vextfl, which theoretically should be the same a clicking on the dataset/view but sometimes one never knows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does this also happen after restarting SAS?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 19:41:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422856#M103974</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-12-20T19:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: PC error for sas view sashelp.vextfl</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422873#M103979</link>
      <description>&lt;P&gt;Here is the result of this:&lt;/P&gt;
&lt;PRE&gt;   data _null_;
file "c:\temp\output.txt";
set extfiles;
put _all_ ; 
run;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;fileref=#LN00004 xpath=TERMINAL xengine=TERMINAL level=0 directory=no exists=no temporary=yes _ERROR_=0 _N_=1&lt;BR /&gt;fileref=#LN00006 xpath=C:\Users\ABC123456\Documents xengine=DISK level=0 directory=yes exists=yes temporary=yes _ERROR_=0 _N_=2&lt;BR /&gt;fileref=#LN00008 xpath=C:\Users\ABC123456\Desktop xengine=DISK level=0 directory=yes exists=yes temporary=yes _ERROR_=0 _N_=3&lt;BR /&gt;fileref=#LN00014 xpath=c:\temp\extfiles.txt xengine=DISK level=0 directory=no exists=yes temporary=yes _ERROR_=0 _N_=4&lt;BR /&gt;fileref=_CMD xpath=net use xengine=PIPE level=0 directory=no exists=no temporary=no _ERROR_=0 _N_=5&lt;BR /&gt;fileref=#LN00001 xpath=C:\Program Files\SASHome\SASFoundation\9.3\core\sasmsg xengine=DISK level=1 directory=yes exists=yes temporary=yes _ERROR_=0 _N_=6&lt;BR /&gt;fileref=#LN00001 xpath=C:\Program Files\SASHome\SASFoundation\9.3\accelmva\sasmsg xengine=DISK level=2 directory=yes exists=yes temporary=yes _ERROR_=0 _N_=7&lt;BR /&gt;fileref=#LN00001 xpath=C:\Program Files\SASHome\SASFoundation\9.3\access\sasmsg xengine=DISK level=3 directory=yes exists=yes temporary=yes _ERROR_=0 _N_=8&lt;BR /&gt;fileref=#LN00001 xpath=C:\Program Files\SASHome\SASFoundation\9.3\af\sasmsg xengine=DISK level=4 directory=yes exists=yes temporary=yes _ERROR_=0 _N_=9&lt;BR /&gt;fileref=#LN00001 xpath=C:\Program Files\SASHome\SASFoundation\9.3\dmscore\sasmsg xengine=DISK level=5 directory=yes exists=yes temporary=yes _ERROR_=0 _N_=10&lt;BR /&gt;fileref=#LN00001 xpath=C:\Program Files\SASHome\SASFoundation\9.3\ets\sasmsg xengine=DISK level=6 directory=yes exists=yes temporary=yes _ERROR_=0 _N_=11&lt;BR /&gt;fileref=#LN00001 xpath=C:\Program Files\SASHome\SASFoundation\9.3\etscomp\sasmsg xengine=DISK level=7 directory=yes exists=yes temporary=yes _ERROR_=0 _N_=12&lt;BR /&gt;fileref=#LN00001 xpath=C:\Program Files\SASHome\SASFoundation\9.3\graph\sasmsg xengine=DISK level=8 directory=yes exists=yes temporary=yes _ERROR_=0 _N_=13&lt;BR /&gt;fileref=#LN00001 xpath=C:\Program Files\SASHome\SASFoundation\9.3\iml\sasmsg xengine=DISK level=9 directory=yes exists=yes temporary=yes _ERROR_=0 _N_=14&lt;BR /&gt;fileref=#LN00001 xpath=C:\Program Files\SASHome\SASFoundation\9.3\insight\sasmsg xengine=DISK level=10 directory=yes exists=yes temporary=yes _ERROR_=0 _N_=15&lt;BR /&gt;fileref=#LN00001 xpath=C:\Program Files\SASHome\SASFoundation\9.3\lab\sasmsg xengine=DISK level=11 directory=yes exists=yes temporary=yes _ERROR_=0 _N_=16&lt;BR /&gt;fileref=#LN00001 xpath=C:\Program Files\SASHome\SASFoundation\9.3\or\sasmsg xengine=DISK level=12 directory=yes exists=yes temporary=yes _ERROR_=0 _N_=17&lt;BR /&gt;fileref=#LN00001 xpath=C:\Program Files\SASHome\SASFoundation\9.3\qc\sasmsg xengine=DISK level=13 directory=yes exists=yes temporary=yes _ERROR_=0 _N_=18&lt;BR /&gt;fileref=#LN00001 xpath=C:\Program Files\SASHome\SASFoundation\9.3\spdsclient\sasmsg xengine=DISK level=14 directory=yes exists=yes temporary=yes _ERROR_=0 _N_=19&lt;BR /&gt;fileref=#LN00001 xpath=C:\Program Files\SASHome\SASFoundation\9.3\stat\sasmsg xengine=DISK level=15 directory=yes exists=yes temporary=yes _ERROR_=0 _N_=20&lt;BR /&gt;fileref=#LN00002 xpath=C:\Program Files\SASHome\SASFoundation\9.3\connect\saslink xengine=DISK level=0 directory=yes exists=yes temporary=yes _ERROR_=0 _N_=21&lt;BR /&gt;fileref=SASAUTOS xpath=C:\Program Files\SASHome\SASFoundation\9.3\core\sasmacro xengine=DISK level=1 directory=yes exists=yes temporary=no _ERROR_=0 _N_=22&lt;BR /&gt;fileref=SASAUTOS xpath=C:\Program Files\SASHome\SASFoundation\9.3\accelmva\sasmacro xengine=DISK level=2 directory=yes exists=yes temporary=no _ERROR_=0 _N_=23&lt;BR /&gt;fileref=SASAUTOS xpath=C:\Program Files\SASHome\SASFoundation\9.3\assist\sasmacro xengine=DISK level=3 directory=yes exists=yes temporary=no _ERROR_=0 _N_=24&lt;BR /&gt;fileref=SASAUTOS xpath=C:\Program Files\SASHome\SASFoundation\9.3\dmscore\sasmacro xengine=DISK level=4 directory=yes exists=yes temporary=no _ERROR_=0 _N_=25&lt;BR /&gt;fileref=SASAUTOS xpath=C:\Program Files\SASHome\SASFoundation\9.3\eis\sasmacro xengine=DISK level=5 directory=yes exists=yes temporary=no _ERROR_=0 _N_=26&lt;BR /&gt;fileref=SASAUTOS xpath=C:\Program Files\SASHome\SASFoundation\9.3\ets\sasmacro xengine=DISK level=6 directory=yes exists=yes temporary=no _ERROR_=0 _N_=27&lt;BR /&gt;fileref=SASAUTOS xpath=C:\Program Files\SASHome\SASFoundation\9.3\graph\sasmacro xengine=DISK level=7 directory=yes exists=yes temporary=no _ERROR_=0 _N_=28&lt;BR /&gt;fileref=SASAUTOS xpath=C:\Program Files\SASHome\SASFoundation\9.3\iml\sasmacro xengine=DISK level=8 directory=yes exists=yes temporary=no _ERROR_=0 _N_=29&lt;BR /&gt;fileref=SASAUTOS xpath=C:\Program Files\SASHome\SASFoundation\9.3\or\sasmacro xengine=DISK level=9 directory=yes exists=yes temporary=no _ERROR_=0 _N_=30&lt;BR /&gt;fileref=SASAUTOS xpath=C:\Program Files\SASHome\SASFoundation\9.3\qc\sasmacro xengine=DISK level=10 directory=yes exists=yes temporary=no _ERROR_=0 _N_=31&lt;BR /&gt;fileref=SASAUTOS xpath=C:\Program Files\SASHome\SASFoundation\9.3\stat\sasmacro xengine=DISK level=11 directory=yes exists=yes temporary=no _ERROR_=0 _N_=32&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 20:56:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422873#M103979</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2017-12-20T20:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: PC error for sas view sashelp.vextfl</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422882#M103980</link>
      <description>&lt;P&gt;PC SAS 9.3 (will be upgraded to 9.4 soon)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried&amp;nbsp;&lt;SPAN&gt;vt sashelp.vextfl get same thing, same error log and can't open it.but thank you for teach me the magic method.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;it happens after not only I restart SAS but also restart my computer&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;error log:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Invalid Operation.&lt;BR /&gt;ERROR: Termination due to Floating Point Exception&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2017 21:15:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422882#M103980</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2017-12-20T21:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: PC error for sas view sashelp.vextfl</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422916#M103985</link>
      <description>&lt;P&gt;Hello Chris,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I reduce the program error range from you code: I found the error happen only when I select modate column.&lt;/P&gt;
&lt;P&gt;if I don't select modate column will be ok.&lt;/P&gt;
&lt;PRE&gt;proc sql;
create view work.extfiles2 as
select fileref, xpath, xengine, filesize,/*modate*/ level, directory, 'exists'n, temporary
from dictionary.extfiles;
quit&lt;/PRE&gt;
&lt;P&gt;By the way, May I ask what is the usage of 'exists'n here? it will not work if i use the original column name exists.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 00:00:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422916#M103985</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2017-12-21T00:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: PC error for sas view sashelp.vextfl</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422968#M104000</link>
      <description>&lt;P&gt;So it looks like modate is the offending variable. My guess is that the operating system or file system is passing some value like 00/00/00 to SAS.&amp;nbsp; Further, I'd guess that is either the TERMINAL or the PIPE that is the offending external file.&amp;nbsp; Try seeing whether WHERE XENGINE NOT IN('TERMINAL','PIPE') gets rid of the problem.&amp;nbsp; You may need decide which variables/rows you really need.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 07:11:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/422968#M104000</guid>
      <dc:creator>DaveBirch</dc:creator>
      <dc:date>2017-12-21T07:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: PC error for sas view sashelp.vextfl</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/423234#M104053</link>
      <description>&lt;P&gt;I think maybe this caused by our system is upgrading to use SAS grid. the value(modate) can't be browsed(double clicked) or assigned dynamically.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And Chris,May I ask &amp;nbsp;what is the "select 'exists'n from &amp;nbsp;dictionary.extfiles" &amp;nbsp;used in proc sql to create view/table? why i can't use&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"select&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;exists from &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;dictionary.extfiles"??&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;is that for markup the reserved&amp;nbsp; keywords?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt; proc sql;
     create table test111 as
     select 'exists'n as a ,exists as b
     from dictionary.extfiles;
   quit;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 23:39:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/423234#M104053</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2017-12-21T23:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: PC error for sas view sashelp.vextfl</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/423240#M104054</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/10531"&gt;@GeorgeSAS&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I think maybe this caused by our system is upgrading to use SAS grid. the value(modate) can't be browsed(double clicked) or assigned dynamically.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And Chris,May I ask &amp;nbsp;what is the "select 'exists'n from &amp;nbsp;dictionary.extfiles" &amp;nbsp;used in proc sql to create view/table? why i can't use&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"select&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;exists from &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;dictionary.extfiles"??&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;is that for markup the reserved&amp;nbsp; keywords?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt; proc sql;
     create table test111 as
     select 'exists'n as a ,exists as b
     from dictionary.extfiles;
   quit;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;PROC SQL cannot figure out that you want to use EXISTS as the name of a variable and not as the SQL keyword EXISTS.&amp;nbsp; By formatting your query using a name literal helps SAS understand that you mean a variable name.&amp;nbsp; You can also use the DQUOTE=ANSI option on the PROC SQL statement to have SAS consider strings in double quotes as representing variable names, as is done in a number of other SQL implementations.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql dquote=ansi;
  create table test111 as
     select "exists"
     from dictionary.extfiles
  ;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2017 00:34:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/423240#M104054</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-12-22T00:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: PC error for sas view sashelp.vextfl</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/423356#M104091</link>
      <description>&lt;P&gt;I doubt about this line of the output :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;fileref=_CMD xpath=net use xengine=PIPE level=0 directory=no exists=no temporary=no _ERROR_=0 _N_=5&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(because if I keep modate variable,the output will be truncated&amp;nbsp;just before this row, also its content looks strange than others).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Dec 2017 18:24:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PC-error-for-sas-view-sashelp-vextfl/m-p/423356#M104091</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2017-12-22T18:24:26Z</dc:date>
    </item>
  </channel>
</rss>

