<?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: Using PC SAS/CONNECT for WRDS in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-PC-SAS-CONNECT-for-WRDS/m-p/233959#M16936</link>
    <description>&lt;P&gt;I think you must mean SAS Studio 3.2 as PC SAS 3.2 would be ancient. If that is the case then I don't believe it's possible to use SAS/CONNECT from SAS Studio. I've never used WRDS but if there is some sort of web API you may be able to retrieve the data with Proc HTTP otherwise I think you might have to download it outside of SAS.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Nov 2015 01:37:21 GMT</pubDate>
    <dc:creator>ChrisBrooks</dc:creator>
    <dc:date>2015-11-10T01:37:21Z</dc:date>
    <item>
      <title>Using PC SAS/CONNECT for WRDS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-PC-SAS-CONNECT-for-WRDS/m-p/233956#M16933</link>
      <description>&lt;P&gt;I am trying to access data from WRDS using SAS/CONNECT.&lt;/P&gt;&lt;P&gt;The code I type into my program is:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let wrds=wrds.wharton.upenn.edu 4016;
options comamid=TCP remote=WRDS;
signon username=_prompt_;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The errors returned are:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: The _PROMPT_ value for USERID or PASSWORDoption is only valid if a TERMINAL is attached to this SAS session.&lt;/P&gt;&lt;P&gt;ERROR: Remote signon canceled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This error seems to be caused by the fact that I am in Enterprise Guide. I cannot access the plugin menu for some reason, and cannot change the settings on my Server Manager as a result. What steps do I need to take in order for me to access the data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 01:11:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-PC-SAS-CONNECT-for-WRDS/m-p/233956#M16933</guid>
      <dc:creator>suryavb</dc:creator>
      <dc:date>2015-11-10T01:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using PC SAS/CONNECT for WRDS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-PC-SAS-CONNECT-for-WRDS/m-p/233957#M16934</link>
      <description>&lt;P&gt;When you're using SAS/CONNECT within Enterprise Guide you can't use the same prompt window that you could from&amp;nbsp;"old school SAS". Paragraph III of this paper&amp;nbsp;&lt;A href="http://analytics.ncsu.edu/sesug/2013/CC-22.pdf" target="_blank"&gt;http://analytics.ncsu.edu/sesug/2013/CC-22.pdf&lt;/A&gt; shows you how to prompt for a password (or any other parameter you wish to use).&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 01:23:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-PC-SAS-CONNECT-for-WRDS/m-p/233957#M16934</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2015-11-10T01:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using PC SAS/CONNECT for WRDS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-PC-SAS-CONNECT-for-WRDS/m-p/233958#M16935</link>
      <description>&lt;P&gt;I'm sorry, I made a mistake in my original post. I don't believe I have SAS Enterprise Guide - I have SAS 3.2 for Single User. Is there an answer for my question assuming this is the software I have?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 01:25:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-PC-SAS-CONNECT-for-WRDS/m-p/233958#M16935</guid>
      <dc:creator>suryavb</dc:creator>
      <dc:date>2015-11-10T01:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using PC SAS/CONNECT for WRDS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-PC-SAS-CONNECT-for-WRDS/m-p/233959#M16936</link>
      <description>&lt;P&gt;I think you must mean SAS Studio 3.2 as PC SAS 3.2 would be ancient. If that is the case then I don't believe it's possible to use SAS/CONNECT from SAS Studio. I've never used WRDS but if there is some sort of web API you may be able to retrieve the data with Proc HTTP otherwise I think you might have to download it outside of SAS.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 01:37:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-PC-SAS-CONNECT-for-WRDS/m-p/233959#M16936</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2015-11-10T01:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using PC SAS/CONNECT for WRDS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-PC-SAS-CONNECT-for-WRDS/m-p/234093#M16937</link>
      <description>&lt;P&gt;Check your licence to see if SAS/CONNECT is included: proc setinit noalias; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd give the SIGNON a try anyway with the USERNAME and PASSWORD options.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Nov 2015 18:55:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-PC-SAS-CONNECT-for-WRDS/m-p/234093#M16937</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-11-10T18:55:12Z</dc:date>
    </item>
  </channel>
</rss>

