<?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 Could anyone help me to solve this programming problem? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Could-anyone-help-me-to-solve-this-programming-problem/m-p/538322#M6917</link>
    <description>&lt;P&gt;Hi everyone, I am learning to using SAS this week. &amp;nbsp; Here is the problem I was stuck for a long time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no log and result after I run the code in sas online studio. I have entered the username and password.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%let wrds=wrds.wharton.upenn.edu 4016;&lt;BR /&gt;options comamid=TCP remote=WRDS;&lt;BR /&gt;signon username=*** password="***";&lt;/P&gt;&lt;P&gt;rsubmit;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;libname comp '/wrds/comp/sasdata/nam';&lt;BR /&gt;libname compc '/wrds/comp/sasdata/nam/company';&lt;BR /&gt;libname crsp '/wrds/crsp/sasdata/a_stock';&lt;BR /&gt;endrsubmit;&lt;/P&gt;&lt;P&gt;rsubmit;&lt;BR /&gt;proc sql; create table sas_try as select distinct gvkey, datadate, cogs, csho, ni, ppet, prcc_f&lt;BR /&gt;from comp.funda&lt;BR /&gt;where year(datadate)&amp;gt;=1986&lt;BR /&gt;order by gvkey, datadate;&lt;BR /&gt;quit;&lt;BR /&gt;proc print data=sas_try (obs=100);&lt;BR /&gt;run;&lt;BR /&gt;endrsubmit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope someone can help me to solve it. Thank you so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 25 Feb 2019 16:20:38 GMT</pubDate>
    <dc:creator>anqi9103</dc:creator>
    <dc:date>2019-02-25T16:20:38Z</dc:date>
    <item>
      <title>Could anyone help me to solve this programming problem?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Could-anyone-help-me-to-solve-this-programming-problem/m-p/538322#M6917</link>
      <description>&lt;P&gt;Hi everyone, I am learning to using SAS this week. &amp;nbsp; Here is the problem I was stuck for a long time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no log and result after I run the code in sas online studio. I have entered the username and password.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%let wrds=wrds.wharton.upenn.edu 4016;&lt;BR /&gt;options comamid=TCP remote=WRDS;&lt;BR /&gt;signon username=*** password="***";&lt;/P&gt;&lt;P&gt;rsubmit;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;libname comp '/wrds/comp/sasdata/nam';&lt;BR /&gt;libname compc '/wrds/comp/sasdata/nam/company';&lt;BR /&gt;libname crsp '/wrds/crsp/sasdata/a_stock';&lt;BR /&gt;endrsubmit;&lt;/P&gt;&lt;P&gt;rsubmit;&lt;BR /&gt;proc sql; create table sas_try as select distinct gvkey, datadate, cogs, csho, ni, ppet, prcc_f&lt;BR /&gt;from comp.funda&lt;BR /&gt;where year(datadate)&amp;gt;=1986&lt;BR /&gt;order by gvkey, datadate;&lt;BR /&gt;quit;&lt;BR /&gt;proc print data=sas_try (obs=100);&lt;BR /&gt;run;&lt;BR /&gt;endrsubmit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope someone can help me to solve it. Thank you so much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 16:20:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Could-anyone-help-me-to-solve-this-programming-problem/m-p/538322#M6917</guid>
      <dc:creator>anqi9103</dc:creator>
      <dc:date>2019-02-25T16:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Could anyone help me to solve this programming problem?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Could-anyone-help-me-to-solve-this-programming-problem/m-p/538333#M6918</link>
      <description>Where the question?</description>
      <pubDate>Mon, 25 Feb 2019 16:41:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Could-anyone-help-me-to-solve-this-programming-problem/m-p/538333#M6918</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-02-25T16:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Could anyone help me to solve this programming problem?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Could-anyone-help-me-to-solve-this-programming-problem/m-p/538334#M6919</link>
      <description>&lt;P&gt;&lt;SPAN&gt;There is no log and result after I run the code in sas online studio.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would like to extract some variables from comp.funda dataset and create a new table. But nothing was generated after running the&amp;nbsp;&lt;/SPAN&gt;syntax. So what's wrong with my syntax?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 16:44:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Could-anyone-help-me-to-solve-this-programming-problem/m-p/538334#M6919</guid>
      <dc:creator>anqi9103</dc:creator>
      <dc:date>2019-02-25T16:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Could anyone help me to solve this programming problem?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Could-anyone-help-me-to-solve-this-programming-problem/m-p/538353#M6925</link>
      <description>WRDS has some tutorials. Have you tried one of their exact queries to ensure you're set up correctly? It's almost impossible to debug this without any log.</description>
      <pubDate>Mon, 25 Feb 2019 17:35:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Could-anyone-help-me-to-solve-this-programming-problem/m-p/538353#M6925</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-02-25T17:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Could anyone help me to solve this programming problem?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Could-anyone-help-me-to-solve-this-programming-problem/m-p/538368#M6928</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure the username and password are both correct and in the same case (upper / lower case) as what you should be using.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should the the use of &lt;FONT face="courier new,courier"&gt;WRDS&lt;/FONT&gt; in the &lt;FONT face="courier new,courier"&gt;remote=&lt;/FONT&gt; option have an ampersand ('&lt;FONT face="courier new,courier"&gt;&amp;amp;&lt;/FONT&gt;') in front to refer back to the macro variable you set up earlier?&lt;/P&gt;&lt;P&gt;E.g:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options comamid=TCP remote="&amp;amp;WRDS";&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;as in the top of page 3 in the following paper:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings/proceedings/sugi30/023-30.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings/proceedings/sugi30/023-30.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amir.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 18:34:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Could-anyone-help-me-to-solve-this-programming-problem/m-p/538368#M6928</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2019-02-25T18:34:20Z</dc:date>
    </item>
  </channel>
</rss>

