<?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: ERROR: The connection was reset by a peer.. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-The-connection-was-reset-by-a-peer/m-p/931881#M366616</link>
    <description>&lt;P&gt;When you use that URL in a browser, you get a full Google Maps page with multiple elements, but nothing in text form.&lt;/P&gt;
&lt;P&gt;From where did you get that code, and why do you think it could work at all?&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jun 2024 11:12:49 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2024-06-12T11:12:49Z</dc:date>
    <item>
      <title>ERROR: The connection was reset by a peer..</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-The-connection-was-reset-by-a-peer/m-p/389826#M277561</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am getting following ERROR message while executing the below code in SAS Eguide 7.12 ; SASVersion:9.4 ; O.S : Linux64&amp;nbsp; .&lt;/P&gt;
&lt;P&gt;Request anyof you to suggest how the below code can be executed ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Error Message:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;ERROR: The connection was reset by a peer..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Code:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; ll1=&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%str&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(42.691560,-73.827840);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%let&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; ll2=&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;%str&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(35.805410,-78.797679);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;* no changes required below this line;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;filename&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; x &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;url&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;"&lt;A href="https://www.google.com/maps/dir/&amp;amp;ll1/&amp;amp;ll2/?force=lite" target="_blank"&gt;https://www.google.com/maps/dir/&amp;amp;ll1/&amp;amp;ll2/?force=lite&lt;/A&gt;"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;filename&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; z &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;temp&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;_null_&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;infile&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; x &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;recfm&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=f &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;lrecl&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;end&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=eof; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; z &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;recfm&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=f &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;lrecl&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;input&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; @&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; x &lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;$char1.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;put&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; @&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt; x &lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;$char1.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;if&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; eof;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;call&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; symputx(&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'filesize'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;,_n_);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;_null_&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;infile&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; z &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;recfm&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=f &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;lrecl&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;filesize.&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;eof&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=done;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;input&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; @ &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'miles'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; +(-&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;15&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;) @ &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'"'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; distance :&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;comma12.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; text &lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;$30.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;units = scan(text,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'"'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;time = scan(text,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;3&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;,&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'"'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;file&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;print&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;put&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;"DRIVING DISTANCE BETWEEN &amp;amp;ll1 AND &amp;amp;ll2 : "&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;distance units&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;" (TIME: "&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; time &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;")"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;stop&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;done:&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;file&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;print&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;put&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;"CANNOT FIND THE DRIVING DISTANCE BETWEEN &amp;amp;ll1 AND &amp;amp;ll2 : "&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; /&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"TRY ANOTHER PAIR OF COORDINATES"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;stop&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;filename&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; x &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;clear&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;filename&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; z &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;clear&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 14:20:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-The-connection-was-reset-by-a-peer/m-p/389826#M277561</guid>
      <dc:creator>kumargupt</dc:creator>
      <dc:date>2017-08-22T14:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The connection was reset by a peer..</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-The-connection-was-reset-by-a-peer/m-p/389844#M277562</link>
      <description>&lt;P&gt;I've seen that error as a general browser error with nothing to do with SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you are using a google URL as a data source that may be more of an internect connection/ status issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since I get a "connection refused" I suspect it may be something on the URL.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2017 14:58:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-The-connection-was-reset-by-a-peer/m-p/389844#M277562</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-08-22T14:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The connection was reset by a peer..</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-The-connection-was-reset-by-a-peer/m-p/390148#M277563</link>
      <description>&lt;P&gt;Thanks for the Reponse.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I checked and the URL is valid.&lt;/P&gt;
&lt;P&gt;URL:&lt;A href="https://www.google.com/maps/dir/42.691560,-73.827840/35.805410,-78.797679/?force=lite" target="_blank"&gt;https://www.google.com/maps/dir/42.691560,-73.827840/35.805410,-78.797679/?force=lite&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried again and still the same Error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 08:43:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-The-connection-was-reset-by-a-peer/m-p/390148#M277563</guid>
      <dc:creator>kumargupt</dc:creator>
      <dc:date>2017-08-23T08:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The connection was reset by a peer..</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-The-connection-was-reset-by-a-peer/m-p/390159#M277564</link>
      <description>&lt;P&gt;Did you check the url from sas server or from your computer?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 09:18:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-The-connection-was-reset-by-a-peer/m-p/390159#M277564</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2017-08-23T09:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The connection was reset by a peer..</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-The-connection-was-reset-by-a-peer/m-p/390195#M277565</link>
      <description>&lt;P&gt;I checked the URL using the browser (IE) in Local computer.&lt;/P&gt;
&lt;P&gt;Donot know how to check using SAS server.&lt;/P&gt;
&lt;P&gt;Could you please help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Aug 2017 12:19:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-The-connection-was-reset-by-a-peer/m-p/390195#M277565</guid>
      <dc:creator>kumargupt</dc:creator>
      <dc:date>2017-08-23T12:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The connection was reset by a peer..</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-The-connection-was-reset-by-a-peer/m-p/931793#M366578</link>
      <description>&lt;P&gt;is there any solution for this error,&lt;/P&gt;&lt;P&gt;i am facing the same issue and looking for some solutions&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 20:08:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-The-connection-was-reset-by-a-peer/m-p/931793#M366578</guid>
      <dc:creator>SPalanimuthu</dc:creator>
      <dc:date>2024-06-11T20:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The connection was reset by a peer..</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-The-connection-was-reset-by-a-peer/m-p/931795#M366579</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/466561"&gt;@SPalanimuthu&lt;/a&gt;&amp;nbsp;- If you search SAS Support for this error like I did you will get 110 hits. You will have to give a lot more details of what SAS processing you were doing when you got this error.&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="SASKiwi_0-1718137234579.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/97224iA9E2087AF361D521/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASKiwi_0-1718137234579.png" alt="SASKiwi_0-1718137234579.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 20:20:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-The-connection-was-reset-by-a-peer/m-p/931795#M366579</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2024-06-11T20:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The connection was reset by a peer..</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-The-connection-was-reset-by-a-peer/m-p/931798#M366581</link>
      <description>I am running this same code and getting the same error logs.&lt;BR /&gt;&lt;BR /&gt;Options SSLCALISTLOC='/sas_dir/sas_PROD/SAS94M6/SASHome_Node/SASSecurityCertificateFramework/1.1/cacerts/trustedcerts.pem';&lt;BR /&gt;&lt;BR /&gt;* enter two zip codes;&lt;BR /&gt;%let z1=11714;&lt;BR /&gt;%let z2=06905;&lt;BR /&gt;&lt;BR /&gt;* no changes required below this line;&lt;BR /&gt;filename x url "&lt;A href="https://www.google.com/maps/dir/&amp;amp;z1/&amp;amp;z2/?force=lite" target="_blank"&gt;https://www.google.com/maps/dir/&amp;amp;z1/&amp;amp;z2/?force=lite&lt;/A&gt;";&lt;BR /&gt;filename z temp;&lt;BR /&gt;&lt;BR /&gt;data _null_;&lt;BR /&gt;infile x recfm=f lrecl=1 end=eof;&lt;BR /&gt;file z recfm=f lrecl=1;&lt;BR /&gt;input @1 x $char1.;&lt;BR /&gt;put @1 x $char1.;&lt;BR /&gt;if eof;&lt;BR /&gt;call symputx('filesize',_n_);&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;data _null_;&lt;BR /&gt;infile z recfm=f lrecl=&amp;amp;filesize. eof=done;&lt;BR /&gt;input @ 'miles' +(-15) @ '"' distance :comma12. text $30.;&lt;BR /&gt;units = scan(text,1,'"');&lt;BR /&gt;time = scan(text,3,'"');&lt;BR /&gt;file print;&lt;BR /&gt;put "DRIVING DISTANCE BETWEEN &amp;amp;z1 AND &amp;amp;z2 : "&lt;BR /&gt;distance comma6. +1 units" (TIME: " time ")";&lt;BR /&gt;stop;&lt;BR /&gt;done:&lt;BR /&gt;file print;&lt;BR /&gt;put "CANNOT FIND THE DISTANCE OR TIME BETWEEN &amp;amp;z1 AND &amp;amp;z2, TRY ANOTHER COMBINATION";&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;filename x clear;&lt;BR /&gt;filename z clear;&lt;BR /&gt;&lt;BR /&gt;/*PROC OPTIONS OPTION=SSLCALISTLOC DEFINE VALUE LOGNUMBERFORMAT;*/&lt;BR /&gt;/*RUN;*/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Log:&lt;BR /&gt;&lt;BR /&gt;1 The SAS System 13:58 Tuesday, June 11, 2024&lt;BR /&gt;&lt;BR /&gt;1 ;*';*";*/;quit;run;&lt;BR /&gt;2 OPTIONS PAGENO=MIN;&lt;BR /&gt;3 %LET _CLIENTTASKLABEL='Program';&lt;BR /&gt;4 %LET _CLIENTPROCESSFLOWNAME='Standalone Not In Project';&lt;BR /&gt;5 %LET _CLIENTPROJECTPATH='';&lt;BR /&gt;6 %LET _CLIENTPROJECTPATHHOST='';&lt;BR /&gt;7 %LET _CLIENTPROJECTNAME='';&lt;BR /&gt;8 %LET _SASPROGRAMFILE='';&lt;BR /&gt;9 %LET _SASPROGRAMFILEHOST='';&lt;BR /&gt;10&lt;BR /&gt;11 ODS _ALL_ CLOSE;&lt;BR /&gt;12 OPTIONS DEV=SVG;&lt;BR /&gt;13 GOPTIONS XPIXELS=0 YPIXELS=0;&lt;BR /&gt;14 %macro HTML5AccessibleGraphSupported;&lt;BR /&gt;15 %if %_SAS_VERCOMP_FV(9,4,4, 0,0,0) &amp;gt;= 0 %then ACCESSIBLE_GRAPH;&lt;BR /&gt;16 %mend;&lt;BR /&gt;17 FILENAME EGHTML TEMP;&lt;BR /&gt;18 ODS HTML5(ID=EGHTML) FILE=EGHTML&lt;BR /&gt;19 OPTIONS(BITMAP_MODE='INLINE')&lt;BR /&gt;20 %HTML5AccessibleGraphSupported&lt;BR /&gt;21 ENCODING='utf-8'&lt;BR /&gt;22 STYLE=HTMLBlue&lt;BR /&gt;23 NOGTITLE&lt;BR /&gt;24 NOGFOOTNOTE&lt;BR /&gt;25 GPATH=&amp;amp;sasworklocation&lt;BR /&gt;26 ;&lt;BR /&gt;NOTE: Writing HTML5(EGHTML) Body file: EGHTML&lt;BR /&gt;27&lt;BR /&gt;28 Options&lt;BR /&gt;28 ! SSLCALISTLOC='/sas_dir/sas_PROD/SAS94M6/SASHome_Node/SASSecurityCertificateFramework/1.1/cacerts/trustedcerts.pem';&lt;BR /&gt;29&lt;BR /&gt;30 * enter two zip codes;&lt;BR /&gt;31 %let z1=11714;&lt;BR /&gt;32 %let z2=06905;&lt;BR /&gt;33&lt;BR /&gt;34 * no changes required below this line;&lt;BR /&gt;35 filename x url &lt;A href="https://www.google.com/maps/dir/&amp;amp;z1/&amp;amp;z2/?force=lite" target="_blank"&gt;https://www.google.com/maps/dir/&amp;amp;z1/&amp;amp;z2/?force=lite&lt;/A&gt;;&lt;BR /&gt;36 filename z temp;&lt;BR /&gt;37&lt;BR /&gt;38 data _null_;&lt;BR /&gt;39 infile x recfm=f lrecl=1 end=eof;&lt;BR /&gt;40 file z recfm=f lrecl=1;&lt;BR /&gt;41 input @1 x $char1.;&lt;BR /&gt;42 put @1 x $char1.;&lt;BR /&gt;43 if eof;&lt;BR /&gt;44 call symputx('filesize',_n_);&lt;BR /&gt;45 run;&lt;BR /&gt;&lt;BR /&gt;ERROR: The connection was reset by a peer..&lt;BR /&gt;NOTE: The file Z is:&lt;BR /&gt;Filename=/sas_work/SAS_work0B9500000197_psan-la13.systems.emblemhealth.com/#LN00061,&lt;BR /&gt;Owner Name=v-spalanimuthu,&lt;BR /&gt;Group Name=sas_ux_users,&lt;BR /&gt;Access Permission=-rw-rw-r--,&lt;BR /&gt;Last Modified=11Jun2024:16:21:59&lt;BR /&gt;&lt;BR /&gt;NOTE: 0 records were written to the file Z.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;2 The SAS System 13:58 Tuesday, June 11, 2024&lt;BR /&gt;&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.16 seconds&lt;BR /&gt;cpu time 0.03 seconds&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;46&lt;BR /&gt;47 data _null_;&lt;BR /&gt;48 infile z recfm=f lrecl=&amp;amp;filesize. eof=done;&lt;BR /&gt;_&lt;BR /&gt;24&lt;BR /&gt;WARNING: Apparent symbolic reference FILESIZE not resolved.&lt;BR /&gt;ERROR 24-2: Invalid value for the LRECL option.&lt;BR /&gt;&lt;BR /&gt;49 input @ 'miles' +(-15) @ '"' distance :comma12. text $30.;&lt;BR /&gt;50 units = scan(text,1,'"');&lt;BR /&gt;51 time = scan(text,3,'"');&lt;BR /&gt;52 file print;&lt;BR /&gt;53 put "DRIVING DISTANCE BETWEEN &amp;amp;z1 AND &amp;amp;z2 : "&lt;BR /&gt;54 distance comma6. +1 units" (TIME: " time ")";&lt;BR /&gt;55 stop;&lt;BR /&gt;56 done:&lt;BR /&gt;57 file print;&lt;BR /&gt;58 put "CANNOT FIND THE DISTANCE OR TIME BETWEEN &amp;amp;z1 AND &amp;amp;z2, TRY ANOTHER COMBINATION";&lt;BR /&gt;59 run;&lt;BR /&gt;&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;60&lt;BR /&gt;61 filename x clear;&lt;BR /&gt;NOTE: Fileref X has been deassigned.&lt;BR /&gt;62 filename z clear;&lt;BR /&gt;NOTE: Fileref Z has been deassigned.&lt;BR /&gt;63&lt;BR /&gt;64 /*PROC OPTIONS OPTION=SSLCALISTLOC DEFINE VALUE LOGNUMBERFORMAT;*/&lt;BR /&gt;65 /*RUN;*/&lt;BR /&gt;66&lt;BR /&gt;67&lt;BR /&gt;68 %LET _CLIENTTASKLABEL=;&lt;BR /&gt;69 %LET _CLIENTPROCESSFLOWNAME=;&lt;BR /&gt;70 %LET _CLIENTPROJECTPATH=;&lt;BR /&gt;71 %LET _CLIENTPROJECTPATHHOST=;&lt;BR /&gt;72 %LET _CLIENTPROJECTNAME=;&lt;BR /&gt;73 %LET _SASPROGRAMFILE=;&lt;BR /&gt;74 %LET _SASPROGRAMFILEHOST=;&lt;BR /&gt;75&lt;BR /&gt;76 ;*';*";*/;quit;run;&lt;BR /&gt;77 ODS _ALL_ CLOSE;&lt;BR /&gt;78&lt;BR /&gt;79&lt;BR /&gt;80 QUIT; RUN;&lt;BR /&gt;81&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Jun 2024 20:31:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-The-connection-was-reset-by-a-peer/m-p/931798#M366581</guid>
      <dc:creator>SPalanimuthu</dc:creator>
      <dc:date>2024-06-11T20:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The connection was reset by a peer..</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-The-connection-was-reset-by-a-peer/m-p/931845#M366604</link>
      <description>&lt;P&gt;I suggest you open a Tech Support track for this. They are in the best position to help with this type of problem.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 01:22:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-The-connection-was-reset-by-a-peer/m-p/931845#M366604</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2024-06-12T01:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: The connection was reset by a peer..</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-The-connection-was-reset-by-a-peer/m-p/931881#M366616</link>
      <description>&lt;P&gt;When you use that URL in a browser, you get a full Google Maps page with multiple elements, but nothing in text form.&lt;/P&gt;
&lt;P&gt;From where did you get that code, and why do you think it could work at all?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 11:12:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-The-connection-was-reset-by-a-peer/m-p/931881#M366616</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2024-06-12T11:12:49Z</dc:date>
    </item>
  </channel>
</rss>

