<?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: SAS PC CONNECT not work on laptop with Win7 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-PC-CONNECT-not-work-on-laptop-with-Win7/m-p/67730#M14674</link>
    <description>Thanks for reply. I do have SAS Connect on the laptop. Below is what I had after submitting proc sentinit.&lt;BR /&gt;
&lt;BR /&gt;
Expiration:   28FEB2012.&lt;BR /&gt;
Grace Period:  15 days (ending 14MAR2012).&lt;BR /&gt;
Warning Period: 15 days (ending 29MAR2012).&lt;BR /&gt;
System birthday:   20MAR2011.&lt;BR /&gt;
Operating System:   W32_E   .&lt;BR /&gt;
Product expiration dates:&lt;BR /&gt;
---Base Product                                                            28FEB2012&lt;BR /&gt;
---SAS/STAT                                                                28FEB2012&lt;BR /&gt;
---SAS/GRAPH                                                               28FEB2012&lt;BR /&gt;
---SAS/ETS                                                                 28FEB2012&lt;BR /&gt;
---SAS/FSP                                                                 28FEB2012&lt;BR /&gt;
---SAS/OR                                                                  28FEB2012&lt;BR /&gt;
---SAS/AF                                                                  28FEB2012&lt;BR /&gt;
---SAS/IML                                                                 28FEB2012&lt;BR /&gt;
---SAS/QC                                                                  28FEB2012&lt;BR /&gt;
---SAS/SHARE                                                               28FEB2012&lt;BR /&gt;
&lt;B&gt;---SAS/CONNECT                                                             28FEB2012&lt;/B&gt;---SAS/INSIGHT                                                             28FEB2012&lt;BR /&gt;
---SAS/EIS                                                                 28FEB2012&lt;BR /&gt;
---SAS/SHARE*NET                                                           28FEB2012&lt;BR /&gt;
---SAS Enterprise Miner                                                    28FEB2012&lt;BR /&gt;
---SAS/IntrNet                                                             28FEB2012&lt;BR /&gt;
---MDDB Server common products                                             28FEB2012&lt;BR /&gt;
---SAS Integration Technologies                                            28FEB2012&lt;BR /&gt;
---AppDev Studio                                                           28FEB2012&lt;BR /&gt;
---Enterprise Miner Server                                                 28FEB2012&lt;BR /&gt;
---Enterprise Miner Thin Client                                            28FEB2012&lt;BR /&gt;
---OR OPT                                                                  28FEB2012&lt;BR /&gt;
---OR PRS                                                                  28FEB2012&lt;BR /&gt;
---OR IVS                                                                  28FEB2012&lt;BR /&gt;
---OR LSO                                                                  28FEB2012&lt;BR /&gt;
---SAS/ACCESS Interface to ORACLE                                          28FEB2012&lt;BR /&gt;
---SAS/ACCESS Interface to PC Files                                        28FEB2012&lt;BR /&gt;
---SAS/ACCESS Interface to ODBC                                            28FEB2012&lt;BR /&gt;
---SAS/ACCESS Interface to OLE DB                                          28FEB2012&lt;BR /&gt;
---SAS Stat Studio                                                         28FEB2012&lt;BR /&gt;
---SAS Workspace Server for Local Access                                   28FEB2012</description>
    <pubDate>Sat, 21 May 2011 02:11:12 GMT</pubDate>
    <dc:creator>smilingmelbourne</dc:creator>
    <dc:date>2011-05-21T02:11:12Z</dc:date>
    <item>
      <title>SAS PC CONNECT not work on laptop with Win7</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-PC-CONNECT-not-work-on-laptop-with-Win7/m-p/67728#M14672</link>
      <description>Hello everyone,&lt;BR /&gt;
&lt;BR /&gt;
I've tried the same following program and it works on PC as well as on a Thinkpad with WinXP. However, on a laptop with Win7 it always stops right after I've submitted the program, saying something like "SAS stops executing the program".&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;%let wrds = wrds.wharton.upenn.edu 4016; &lt;BR /&gt;
options comamid=TCP remote=WRDS; &lt;BR /&gt;
signon username=_prompt_; &lt;BR /&gt;
rsubmit; &lt;BR /&gt;
&lt;BR /&gt;
/*My SAS codes here*/&lt;BR /&gt;
&lt;BR /&gt;
endrsubmit;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
My questions: Is that because of some firewall/anti-virus software on my laptop? Or it's due to the remote server I'm trying to connect to or Windows 7 on my laptop?&lt;BR /&gt;
&lt;BR /&gt;
Anyone has a similar experience? &lt;BR /&gt;
&lt;BR /&gt;
Thanks a lot

Message was edited by: smilingmelbourne</description>
      <pubDate>Fri, 20 May 2011 11:20:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-PC-CONNECT-not-work-on-laptop-with-Win7/m-p/67728#M14672</guid>
      <dc:creator>smilingmelbourne</dc:creator>
      <dc:date>2011-05-20T11:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PC CONNECT not work on laptop with Win7</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-PC-CONNECT-not-work-on-laptop-with-Win7/m-p/67729#M14673</link>
      <description>My first thought would be to confirm that CONNECT is licensed.&lt;BR /&gt;
&lt;BR /&gt;
Try:&lt;BR /&gt;
&lt;BR /&gt;
Proc setinit;run;&lt;BR /&gt;
&lt;BR /&gt;
on the affected machine and see if Connect shows in the products.</description>
      <pubDate>Fri, 20 May 2011 17:38:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-PC-CONNECT-not-work-on-laptop-with-Win7/m-p/67729#M14673</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2011-05-20T17:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PC CONNECT not work on laptop with Win7</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-PC-CONNECT-not-work-on-laptop-with-Win7/m-p/67730#M14674</link>
      <description>Thanks for reply. I do have SAS Connect on the laptop. Below is what I had after submitting proc sentinit.&lt;BR /&gt;
&lt;BR /&gt;
Expiration:   28FEB2012.&lt;BR /&gt;
Grace Period:  15 days (ending 14MAR2012).&lt;BR /&gt;
Warning Period: 15 days (ending 29MAR2012).&lt;BR /&gt;
System birthday:   20MAR2011.&lt;BR /&gt;
Operating System:   W32_E   .&lt;BR /&gt;
Product expiration dates:&lt;BR /&gt;
---Base Product                                                            28FEB2012&lt;BR /&gt;
---SAS/STAT                                                                28FEB2012&lt;BR /&gt;
---SAS/GRAPH                                                               28FEB2012&lt;BR /&gt;
---SAS/ETS                                                                 28FEB2012&lt;BR /&gt;
---SAS/FSP                                                                 28FEB2012&lt;BR /&gt;
---SAS/OR                                                                  28FEB2012&lt;BR /&gt;
---SAS/AF                                                                  28FEB2012&lt;BR /&gt;
---SAS/IML                                                                 28FEB2012&lt;BR /&gt;
---SAS/QC                                                                  28FEB2012&lt;BR /&gt;
---SAS/SHARE                                                               28FEB2012&lt;BR /&gt;
&lt;B&gt;---SAS/CONNECT                                                             28FEB2012&lt;/B&gt;---SAS/INSIGHT                                                             28FEB2012&lt;BR /&gt;
---SAS/EIS                                                                 28FEB2012&lt;BR /&gt;
---SAS/SHARE*NET                                                           28FEB2012&lt;BR /&gt;
---SAS Enterprise Miner                                                    28FEB2012&lt;BR /&gt;
---SAS/IntrNet                                                             28FEB2012&lt;BR /&gt;
---MDDB Server common products                                             28FEB2012&lt;BR /&gt;
---SAS Integration Technologies                                            28FEB2012&lt;BR /&gt;
---AppDev Studio                                                           28FEB2012&lt;BR /&gt;
---Enterprise Miner Server                                                 28FEB2012&lt;BR /&gt;
---Enterprise Miner Thin Client                                            28FEB2012&lt;BR /&gt;
---OR OPT                                                                  28FEB2012&lt;BR /&gt;
---OR PRS                                                                  28FEB2012&lt;BR /&gt;
---OR IVS                                                                  28FEB2012&lt;BR /&gt;
---OR LSO                                                                  28FEB2012&lt;BR /&gt;
---SAS/ACCESS Interface to ORACLE                                          28FEB2012&lt;BR /&gt;
---SAS/ACCESS Interface to PC Files                                        28FEB2012&lt;BR /&gt;
---SAS/ACCESS Interface to ODBC                                            28FEB2012&lt;BR /&gt;
---SAS/ACCESS Interface to OLE DB                                          28FEB2012&lt;BR /&gt;
---SAS Stat Studio                                                         28FEB2012&lt;BR /&gt;
---SAS Workspace Server for Local Access                                   28FEB2012</description>
      <pubDate>Sat, 21 May 2011 02:11:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-PC-CONNECT-not-work-on-laptop-with-Win7/m-p/67730#M14674</guid>
      <dc:creator>smilingmelbourne</dc:creator>
      <dc:date>2011-05-21T02:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PC CONNECT not work on laptop with Win7</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-PC-CONNECT-not-work-on-laptop-with-Win7/m-p/67731#M14675</link>
      <description>[pre]&lt;BR /&gt;
%let wrds = wrds.wharton.upenn.edu 4016;&lt;BR /&gt;
options comamid=TCP remote=WRDS; &amp;lt;-------&amp;amp;WRDS ?&lt;BR /&gt;
signon username=_prompt_;&lt;BR /&gt;
rsubmit; &lt;BR /&gt;
&lt;BR /&gt;
[/pre]</description>
      <pubDate>Mon, 23 May 2011 03:37:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-PC-CONNECT-not-work-on-laptop-with-Win7/m-p/67731#M14675</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2011-05-23T03:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PC CONNECT not work on laptop with Win7</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-PC-CONNECT-not-work-on-laptop-with-Win7/m-p/67732#M14676</link>
      <description>%let wrds = wrds.wharton.upenn.edu 4016;&lt;BR /&gt;
options comamid=TCP remote=WRDS; &amp;lt;-------&amp;amp;WRDS ?&lt;BR /&gt;
signon username=_prompt_;&lt;BR /&gt;
rsubmit; &lt;BR /&gt;
&lt;BR /&gt;
&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
No, there should be no &amp;amp; in front of WRDS. Actually, those lines of codes are what they provide and are supposed to be exactly like that. Also, I used these lines in running SAS Connect on a PC and on a laptop with WinXP and it worked perfectly. So I don't think the error comes from missing &amp;amp; as you pointed out.&lt;BR /&gt;
&lt;BR /&gt;
Anyway, I just began to find out how to run SAS codes in Unix via SSH Shell Client and it serves the purpose well.&lt;BR /&gt;
&lt;BR /&gt;
Thanks a lot for your time.</description>
      <pubDate>Wed, 25 May 2011 05:15:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-PC-CONNECT-not-work-on-laptop-with-Win7/m-p/67732#M14676</guid>
      <dc:creator>smilingmelbourne</dc:creator>
      <dc:date>2011-05-25T05:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: SAS PC CONNECT not work on laptop with Win7</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-PC-CONNECT-not-work-on-laptop-with-Win7/m-p/67733#M14677</link>
      <description>&amp;gt; %let wrds = wrds.wharton.upenn.edu 4016;&lt;BR /&gt;
&amp;gt; options comamid=TCP remote=WRDS; &amp;lt;-------&amp;amp;WRDS ?&lt;BR /&gt;
&amp;gt; signon username=_prompt_;&lt;BR /&gt;
&amp;gt; rsubmit; &lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; [ / p ] ..... ?&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; No, there should be no &amp;amp; in front of WRDS. Actually,&lt;BR /&gt;
&amp;gt; those lines of codes are what they provide and are&lt;BR /&gt;
&amp;gt; supposed to be exactly like that. Also, I used these&lt;BR /&gt;
&amp;gt; lines in running SAS Connect on a PC and on a laptop&lt;BR /&gt;
&amp;gt; with WinXP and it worked perfectly. So I don't think&lt;BR /&gt;
&amp;gt; the error comes from missing &amp;amp; as you pointed out.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Anyway, I just began to find out how to run SAS codes&lt;BR /&gt;
&amp;gt; in Unix via SSH Shell Client and it serves the&lt;BR /&gt;
&amp;gt; purpose well.&lt;BR /&gt;
&amp;gt; &lt;BR /&gt;
&amp;gt; Thanks a lot for your time.&lt;BR /&gt;
&lt;BR /&gt;
That &amp;amp; would cause the macro language handler to expand the macro variable. The signon needs a value for the remote= option that is no more than 8 characters. Rather than make it more flexible, the engineers at SAS/Connect decided to check the value for the REMOTE= against the macro variable pool assuming it will resolve to a valid ip address and port number for the SAS/Connect service (when communuactions access method (comamid) is tcp)   &amp;gt;&amp;gt;&amp;gt; probalbly better described in the SAS/Connect manual at &lt;A href="http://support.sas.com/documentation/cdl/en/connref/61908/HTML/default/cremote.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/connref/61908/HTML/default/cremote.htm&lt;/A&gt;</description>
      <pubDate>Wed, 25 May 2011 06:34:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-PC-CONNECT-not-work-on-laptop-with-Win7/m-p/67733#M14677</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2011-05-25T06:34:52Z</dc:date>
    </item>
  </channel>
</rss>

