<?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: How to signon and rsubmit with user and password option, and suppress autoexec.sas in SAS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-signon-and-rsubmit-with-user-and-password-option-and/m-p/196054#M49040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest you also check with your SAS administrator to see if they have a way of of avoiding the autoexec. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Aug 2015 07:55:40 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2015-08-11T07:55:40Z</dc:date>
    <item>
      <title>How to signon and rsubmit with user and password option, and suppress autoexec.sas in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-signon-and-rsubmit-with-user-and-password-option-and/m-p/196050#M49036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px; background-color: #ffffff;"&gt;Is there a way to Not run autoexec.sas, during remote signon and rsubmit? I have tried sascmd="sas -noautoexec" but it conflicts with the user= and password= options.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 22:26:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-signon-and-rsubmit-with-user-and-password-option-and/m-p/196050#M49036</guid>
      <dc:creator>jint83</dc:creator>
      <dc:date>2015-08-10T22:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to signon and rsubmit with user and password option, and suppress autoexec.sas in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-signon-and-rsubmit-with-user-and-password-option-and/m-p/196051#M49037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post your complete signon process statements otherwise we would be guessing what is going on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 23:47:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-signon-and-rsubmit-with-user-and-password-option-and/m-p/196051#M49037</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-08-10T23:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to signon and rsubmit with user and password option, and suppress autoexec.sas in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-signon-and-rsubmit-with-user-and-password-option-and/m-p/196052#M49038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;%let server = unix.wharton.upenn.edu 4016;&lt;/P&gt;&lt;P&gt;options comamid=TCP remote=wrds ;&lt;/P&gt;&lt;P&gt;signon server nocscript user=aaa&amp;nbsp; password=bbb;&lt;/P&gt;&lt;P&gt;Rsubmit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above would automatically invoke the autoexec.sas at remote server. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 23:52:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-signon-and-rsubmit-with-user-and-password-option-and/m-p/196052#M49038</guid>
      <dc:creator>jint83</dc:creator>
      <dc:date>2015-08-10T23:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to signon and rsubmit with user and password option, and suppress autoexec.sas in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-signon-and-rsubmit-with-user-and-password-option-and/m-p/196053#M49039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a script file for the remote login where SAS is called with -noautoexec&lt;/P&gt;&lt;P&gt;For more information, see &lt;A href="http://support.sas.com/documentation/cdl/en/connref/61908/HTML/default/viewer.htm#a000269859.htm" title="http://support.sas.com/documentation/cdl/en/connref/61908/HTML/default/viewer.htm#a000269859.htm"&gt;SAS/CONNECT(R) 9.2 User's Guide&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 06:29:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-signon-and-rsubmit-with-user-and-password-option-and/m-p/196053#M49039</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-08-11T06:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to signon and rsubmit with user and password option, and suppress autoexec.sas in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-signon-and-rsubmit-with-user-and-password-option-and/m-p/196054#M49040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest you also check with your SAS administrator to see if they have a way of of avoiding the autoexec. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 07:55:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-signon-and-rsubmit-with-user-and-password-option-and/m-p/196054#M49040</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-08-11T07:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to signon and rsubmit with user and password option, and suppress autoexec.sas in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-signon-and-rsubmit-with-user-and-password-option-and/m-p/196055#M49041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And how to invoke the script with signon statement and what is the content of the script file? It is not clear. Please provide a complete answer. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 14:29:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-signon-and-rsubmit-with-user-and-password-option-and/m-p/196055#M49041</guid>
      <dc:creator>jint83</dc:creator>
      <dc:date>2015-08-11T14:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to signon and rsubmit with user and password option, and suppress autoexec.sas in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-signon-and-rsubmit-with-user-and-password-option-and/m-p/196056#M49042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry the admin doesn't know. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 23:17:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-signon-and-rsubmit-with-user-and-password-option-and/m-p/196056#M49042</guid>
      <dc:creator>jint83</dc:creator>
      <dc:date>2015-08-11T23:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to signon and rsubmit with user and password option, and suppress autoexec.sas in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-signon-and-rsubmit-with-user-and-password-option-and/m-p/196057#M49043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;READ.THE.DOCUMENTATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the link I provided, you directly find&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/connref/61908/HTML/default/viewer.htm#a000377132.htm" title="http://support.sas.com/documentation/cdl/en/connref/61908/HTML/default/viewer.htm#a000377132.htm"&gt;SAS/CONNECT(R) 9.2 User's Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;where a simple signon script is presented and documented.&lt;/P&gt;&lt;P&gt;You can also find examples in your SASFoundation/x.x/misc/connect subdirectory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 06:21:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-signon-and-rsubmit-with-user-and-password-option-and/m-p/196057#M49043</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-08-13T06:21:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to signon and rsubmit with user and password option, and suppress autoexec.sas in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-signon-and-rsubmit-with-user-and-password-option-and/m-p/196058#M49044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'd want to write another TCPWIN.SCR file and link to it by a statement along the lines of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FILENAME RLINK "C:\blah-dee-bee-blah-path\TCPWIN.SCR"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before I continue do you know where you find this statement and the TCPWIN.SCR file that you are currently using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2015 17:25:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-signon-and-rsubmit-with-user-and-password-option-and/m-p/196058#M49044</guid>
      <dc:creator>PhilC</dc:creator>
      <dc:date>2015-08-13T17:25:22Z</dc:date>
    </item>
  </channel>
</rss>

