<?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 How to bypass the proc http symbolic reference not resolved issue in the log in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-bypass-the-proc-http-symbolic-reference-not-resolved/m-p/611815#M178414</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on a proc http code and have the issue below?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code I am using is something like this: (cannot disclose the actual path)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc http&lt;BR /&gt;method="POST"&lt;BR /&gt;url="&lt;A href="https://portal.companyname.com/external/requestLogin" target="_blank"&gt;https://portal.companyname.com/external/requestLogin&lt;/A&gt;?"&lt;BR /&gt;ct="application/x-www-form-urlencoded"&lt;BR /&gt;proxyhost="&amp;amp;proxy_host."&lt;BR /&gt;proxyport=***&lt;/P&gt;&lt;P&gt;in="csrfmiddlewaretoken=*******&amp;amp;login_view-current_step=auth&amp;amp;auth-next=&amp;amp;auth-password=*******&amp;amp;auth-username=**@gmail.com"&lt;BR /&gt;headerout= out&lt;BR /&gt;out=response;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error I see in the log is below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WARNING: Apparent symbolic reference LOGIN_VIEW not resolved.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;WARNING: Apparent symbolic reference AUTH not resolved.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;WARNING: Apparent symbolic reference AUTH not resolved.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;WARNING: Apparent symbolic reference AUTH not resolved&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I make sure sas does not take the in= part as a sas macro and take it as a value/login parameters instead?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 14 Dec 2019 21:23:15 GMT</pubDate>
    <dc:creator>ilearnsas</dc:creator>
    <dc:date>2019-12-14T21:23:15Z</dc:date>
    <item>
      <title>How to bypass the proc http symbolic reference not resolved issue in the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-bypass-the-proc-http-symbolic-reference-not-resolved/m-p/611815#M178414</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working on a proc http code and have the issue below?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code I am using is something like this: (cannot disclose the actual path)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc http&lt;BR /&gt;method="POST"&lt;BR /&gt;url="&lt;A href="https://portal.companyname.com/external/requestLogin" target="_blank"&gt;https://portal.companyname.com/external/requestLogin&lt;/A&gt;?"&lt;BR /&gt;ct="application/x-www-form-urlencoded"&lt;BR /&gt;proxyhost="&amp;amp;proxy_host."&lt;BR /&gt;proxyport=***&lt;/P&gt;&lt;P&gt;in="csrfmiddlewaretoken=*******&amp;amp;login_view-current_step=auth&amp;amp;auth-next=&amp;amp;auth-password=*******&amp;amp;auth-username=**@gmail.com"&lt;BR /&gt;headerout= out&lt;BR /&gt;out=response;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error I see in the log is below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WARNING: Apparent symbolic reference LOGIN_VIEW not resolved.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;WARNING: Apparent symbolic reference AUTH not resolved.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;WARNING: Apparent symbolic reference AUTH not resolved.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;WARNING: Apparent symbolic reference AUTH not resolved&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I make sure sas does not take the in= part as a sas macro and take it as a value/login parameters instead?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Dec 2019 21:23:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-bypass-the-proc-http-symbolic-reference-not-resolved/m-p/611815#M178414</guid>
      <dc:creator>ilearnsas</dc:creator>
      <dc:date>2019-12-14T21:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to bypass the proc http symbolic reference not resolved issue in the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-bypass-the-proc-http-symbolic-reference-not-resolved/m-p/611818#M178417</link>
      <description>&lt;P&gt;These are just WARNINGS, the code should work. To avoid them, enclose the URL in single quotes.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Dec 2019 21:52:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-bypass-the-proc-http-symbolic-reference-not-resolved/m-p/611818#M178417</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-12-14T21:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to bypass the proc http symbolic reference not resolved issue in the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-bypass-the-proc-http-symbolic-reference-not-resolved/m-p/611823#M178419</link>
      <description>&lt;P&gt;Could you please let me know where i should be using single quotes? I already used the double quotes in the&amp;nbsp; in=?&lt;/P&gt;</description>
      <pubDate>Sat, 14 Dec 2019 23:32:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-bypass-the-proc-http-symbolic-reference-not-resolved/m-p/611823#M178419</guid>
      <dc:creator>ilearnsas</dc:creator>
      <dc:date>2019-12-14T23:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to bypass the proc http symbolic reference not resolved issue in the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-bypass-the-proc-http-symbolic-reference-not-resolved/m-p/611844#M178432</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/286724"&gt;@ilearnsas&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Could you please let me know where i should be using single quotes? I already used the double quotes in the&amp;nbsp; in=?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The SAS macro processor will ignore macro triggers (&amp;amp; and %) inside of strings created using single quotes instead of double quotes.&lt;/P&gt;
&lt;P&gt;If you are just typing the command then type single quote character instead of double quote character.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;in='....&amp;amp;PROBLEM....'&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If you are using macro expression or logic to generate the value of the IN= option then provide more details on what you are doing.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2019 04:49:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-bypass-the-proc-http-symbolic-reference-not-resolved/m-p/611844#M178432</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-12-15T04:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to bypass the proc http symbolic reference not resolved issue in the log</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-bypass-the-proc-http-symbolic-reference-not-resolved/m-p/611849#M178436</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/286724"&gt;@ilearnsas&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Could you please let me know where i should be using single quotes? I already used the double quotes in the&amp;nbsp; in=?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;And that is the "problem". Double quotes allow the macro processor to scan the enclosed string for macro triggers, single quotes prevent that. Replace the double quotes with single quotes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Dec 2019 08:09:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-bypass-the-proc-http-symbolic-reference-not-resolved/m-p/611849#M178436</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-12-15T08:09:13Z</dc:date>
    </item>
  </channel>
</rss>

