<?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: SAS BASE - Open viewtable via code in editor - Check for network error / connection time out in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-BASE-Open-viewtable-via-code-in-editor-Check-for-network/m-p/907310#M358158</link>
    <description>&lt;P&gt;You should be able to EDIT (customize) that command to insert the viewtable command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see a potential problem with your desired action though. If you open a table in viewtable then it may get treated as "in use by you in another process" for code that you run.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I never bother to edit the menu though. I would suggest that you investigate creating a KEYS (window should open with F9 by default) and edit/create a key command to combine the VT and other window commands with a key stroke instead of clicking on the menu.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Dec 2023 12:01:15 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2023-12-11T12:01:15Z</dc:date>
    <item>
      <title>SAS BASE - Open viewtable via code in editor - Check for network error / connection time out</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-BASE-Open-viewtable-via-code-in-editor-Check-for-network/m-p/907306#M358157</link>
      <description>&lt;P&gt;Hello &lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I have a special problem to solve.&lt;/P&gt;&lt;P&gt;Currently I try one way but need help but let me explain.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a program which includes a lot of others, saves my *.log and *.lst to my server to check for keywords. The program runs without errors or warnings BUT when I compare old data with new I recognized that there are datasets missing... Neither the VPN connection, nor the ping check, even my SAS log did not give an error but when I check the log, the program stopped without any information why and did not complete.&amp;nbsp; So every time I have to check the compare manually.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Today I got an error while a viewtable was opened and I thought ... &lt;FONT color="#999999"&gt;Ok, many of my issues starts there... &lt;/FONT&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-12-11 113057.jpg" style="width: 706px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/91152iAF16778988C04431/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-12-11 113057.jpg" alt="Screenshot 2023-12-11 113057.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#999999"&gt;&lt;FONT color="#000000"&gt;It would be great if I can open a viewtable automatically at the beginning of my runALL.sas program. &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I found only half of the solution because that code runs only with the regular submit.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;dm "vt libname.filename" ; &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Source: &lt;A title="SAS® DM Statements Unveiled" href="https://www.lexjansen.com/wuss/2011/posters/Papers_Agarwal_M_74994.PDF" target="_blank" rel="noopener"&gt;https://www.lexjansen.com/wuss/2011/posters/Papers_Agarwal_M_74994.PDF&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regular submit means, when I just use the single "running man" but I have two "running men" which means (see screenshot) :&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-12-11 115637.jpg" style="width: 462px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/91153iCA4B632E4D075C88/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-12-11 115637.jpg" alt="Screenshot 2023-12-11 115637.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have an idea to either solve my way or can provide a solution to check for connection time outs?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 11:13:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-BASE-Open-viewtable-via-code-in-editor-Check-for-network/m-p/907306#M358157</guid>
      <dc:creator>PegasusTT77</dc:creator>
      <dc:date>2023-12-11T11:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS BASE - Open viewtable via code in editor - Check for network error / connection time out</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-BASE-Open-viewtable-via-code-in-editor-Check-for-network/m-p/907310#M358158</link>
      <description>&lt;P&gt;You should be able to EDIT (customize) that command to insert the viewtable command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see a potential problem with your desired action though. If you open a table in viewtable then it may get treated as "in use by you in another process" for code that you run.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I never bother to edit the menu though. I would suggest that you investigate creating a KEYS (window should open with F9 by default) and edit/create a key command to combine the VT and other window commands with a key stroke instead of clicking on the menu.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 12:01:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-BASE-Open-viewtable-via-code-in-editor-Check-for-network/m-p/907310#M358158</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-12-11T12:01:15Z</dc:date>
    </item>
  </channel>
</rss>

