<?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: Token? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Token/m-p/495821#M130949</link>
    <description>&lt;P&gt;Thanks for all of the expert's help.&amp;nbsp; I think I know what the codes are used for.&amp;nbsp;&amp;nbsp; Unfortunately, I can't give all of you as solution acceptors.&amp;nbsp;&amp;nbsp; I picked the most closest to my answer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Sep 2018 20:18:04 GMT</pubDate>
    <dc:creator>ybz12003</dc:creator>
    <dc:date>2018-09-14T20:18:04Z</dc:date>
    <item>
      <title>Token?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Token/m-p/495376#M130725</link>
      <description>&lt;P&gt;Hello:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have the macro&amp;nbsp;codes list below.&amp;nbsp;&amp;nbsp; Could anyone let me know what is the token used for?&amp;nbsp; Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;%macro&lt;/STRONG&gt;&amp;nbsp;path (site,url,token);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;filename in&amp;amp;site "&amp;amp;dira.\&amp;amp;site._parameter.txt";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the "Parameter" text file, there is text list below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;token=9999RRR4HTYBNNMVCB&amp;amp;content=record&amp;amp;type=flat&amp;amp;format=csv&amp;amp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 16:01:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Token/m-p/495376#M130725</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2018-09-13T16:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Token?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Token/m-p/495381#M130729</link>
      <description>this link may help with your question about tokens&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/bisecag/61133/HTML/default/viewer.htm#a003172284.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/bisecag/61133/HTML/default/viewer.htm#a003172284.htm&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Sep 2018 16:10:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Token/m-p/495381#M130729</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2018-09-13T16:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: Token?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Token/m-p/495383#M130730</link>
      <description>&lt;P&gt;If you wrote a macro name PATH that has a input parameter named TOKEN then you should know what it is used for.&lt;/P&gt;
&lt;P&gt;If someone else wrote the macro and you cannot figure out what it is doing then if you want help you need to show the code for the macro.&amp;nbsp; All you included in your question the first line of the macro definition.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 16:15:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Token/m-p/495383#M130730</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-09-13T16:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Token?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Token/m-p/495465#M130762</link>
      <description>&lt;P&gt;Someone wrote the code, I am try to figure out what it is for.&amp;nbsp;&amp;nbsp; It's my first time get the idea for this SAS token.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 19:13:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Token/m-p/495465#M130762</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2018-09-13T19:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Token?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Token/m-p/495469#M130763</link>
      <description>&lt;P&gt;So far all we know is that your macro has a parameter named TOKEN.&amp;nbsp; But without the actual code of the macro we cannot tell what the meaning of that parameter is.&amp;nbsp; The word TOKEN has many meanings in English and Computer Science and without seeing the macro's source code there is no way to tell how that parameter is being used and if it is being used in a way that might be compatible with one of those meanings.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 19:18:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Token/m-p/495469#M130763</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2018-09-13T19:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Token?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Token/m-p/495473#M130765</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159"&gt;@Tom&lt;/a&gt; puts it, token means many things.&lt;/P&gt;&lt;P&gt;if those perimeters are consistent with English I would say that the token is user authorization to access the ulr.&amp;nbsp; It could also be a specific directory at the ulr.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Please post more information relevant to the macro and the calling statement.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 19:34:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Token/m-p/495473#M130765</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2018-09-13T19:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Token?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Token/m-p/495484#M130773</link>
      <description>&lt;P&gt;what is ulr?&amp;nbsp; I found there is another codes follow the token codes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc http&lt;/P&gt;
&lt;P&gt;in= in&amp;amp;site&lt;/P&gt;
&lt;P&gt;out= out&amp;amp;site&lt;/P&gt;
&lt;P&gt;headerout = stat&amp;amp;site&lt;/P&gt;
&lt;P&gt;url ="&amp;amp;url"&lt;/P&gt;
&lt;P&gt;method="post";&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 19:55:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Token/m-p/495484#M130773</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2018-09-13T19:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Token?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Token/m-p/495525#M130787</link>
      <description>&lt;P&gt;&lt;A href="https://en.m.wikipedia.org/wiki/URL" target="_blank"&gt;https://en.m.wikipedia.org/wiki/URL&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 21:11:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Token/m-p/495525#M130787</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-09-13T21:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Token?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Token/m-p/495821#M130949</link>
      <description>&lt;P&gt;Thanks for all of the expert's help.&amp;nbsp; I think I know what the codes are used for.&amp;nbsp;&amp;nbsp; Unfortunately, I can't give all of you as solution acceptors.&amp;nbsp;&amp;nbsp; I picked the most closest to my answer.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 20:18:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Token/m-p/495821#M130949</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2018-09-14T20:18:04Z</dc:date>
    </item>
  </channel>
</rss>

