<?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: Visual-Studio Runtime Error in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Visual-Studio-Runtime-Error-in-SAS-Enterprise-Guide/m-p/717578#M38086</link>
    <description>&lt;P&gt;From the error it's a crash in EG, but unclear what might be causing it. You get the "just-in-time" debugging error because (perhaps) you have Visual Studio or some components installed -- otherwise it would be a different message (but still a crash).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Turning on Application Logging might reveal some details.&amp;nbsp; You may need to work with SAS Tech Support to diagnose.&amp;nbsp; If this just started showing up, it might be good to review any recent Windows updates to see if those might be a factor.&amp;nbsp; And of course, make sure you have the most recent hotfixes for SAS EG.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Feb 2021 14:41:54 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2021-02-08T14:41:54Z</dc:date>
    <item>
      <title>Visual-Studio Runtime Error in SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Visual-Studio-Runtime-Error-in-SAS-Enterprise-Guide/m-p/717574#M38085</link>
      <description>&lt;P&gt;I have section of code that recurses a path and appends all the CSV files in a folder. This program has been running fine for months. No changes have been made anywhere to the code. All of a sudden, this weekend, SAS blows up on the data step, but not immediately. It does import 2 or 3 of the files before blowing up. I've checked each of the CSV files in both Excel as well as a text editor for odd characters. These files are processed every weekend. I checked with the source team and there have been no changes to any of the files or in the process of creating/delivering the files. A screen shot of the complete error is pasted below after the code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error: An unhandled win32 exception occurred in SEGuide.exe [12028].&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone run into this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;filename FT32F001 "&amp;amp;csvFilePath&amp;amp;&amp;amp;csvFilename" ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data csvN;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;length RCT_Object_Type fname $128 ;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;retain RCT_Object_Type ;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;infile FT32F001 filename=fname eov=eov end=end ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;input ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;lines + 1 ;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;if eov or end then do ;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;lines + end ;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;output ;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;end ;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* skip the header row ;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;if _n_ eq 2 or eov then do ;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;RCT_Object_Type=substr(fname,47,50) ;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;RCT_Object_Type=substr(RCT_Object_Type,1,length(RCT_Object_Type)-4) ;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;eov =0 ;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;lines =0 ;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;end;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;rename lines = RCT_ARIS_Import;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JeffreyLowe_0-1612793448959.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/54455iEA63605A57A3575B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JeffreyLowe_0-1612793448959.png" alt="JeffreyLowe_0-1612793448959.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 14:56:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Visual-Studio-Runtime-Error-in-SAS-Enterprise-Guide/m-p/717574#M38085</guid>
      <dc:creator>JeffreyLowe</dc:creator>
      <dc:date>2021-02-08T14:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Visual-Studio Runtime Error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Visual-Studio-Runtime-Error-in-SAS-Enterprise-Guide/m-p/717578#M38086</link>
      <description>&lt;P&gt;From the error it's a crash in EG, but unclear what might be causing it. You get the "just-in-time" debugging error because (perhaps) you have Visual Studio or some components installed -- otherwise it would be a different message (but still a crash).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Turning on Application Logging might reveal some details.&amp;nbsp; You may need to work with SAS Tech Support to diagnose.&amp;nbsp; If this just started showing up, it might be good to review any recent Windows updates to see if those might be a factor.&amp;nbsp; And of course, make sure you have the most recent hotfixes for SAS EG.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 14:41:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Visual-Studio-Runtime-Error-in-SAS-Enterprise-Guide/m-p/717578#M38086</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2021-02-08T14:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Visual-Studio Runtime Error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Visual-Studio-Runtime-Error-in-SAS-Enterprise-Guide/m-p/717579#M38087</link>
      <description>&lt;P&gt;Thanks Chris,&lt;/P&gt;
&lt;P&gt;I figured it would need to go to SAS Support, but thought I would check here first just in case, this community is so helpful and such a fount of knowledge I thought I might get lucky. Thank you for your input.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 14:48:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Visual-Studio-Runtime-Error-in-SAS-Enterprise-Guide/m-p/717579#M38087</guid>
      <dc:creator>JeffreyLowe</dc:creator>
      <dc:date>2021-02-08T14:48:22Z</dc:date>
    </item>
  </channel>
</rss>

