<?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: Credentials for infile in sas 7.1 in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Credentials-for-infile-in-sas-7-1/m-p/750106#M38967</link>
    <description>Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;That would be fine, but is there any possibility that I could assign the credentials from sas code. That helps very much.</description>
    <pubDate>Thu, 24 Jun 2021 07:02:54 GMT</pubDate>
    <dc:creator>Twinklex</dc:creator>
    <dc:date>2021-06-24T07:02:54Z</dc:date>
    <item>
      <title>Credentials for infile in sas 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Credentials-for-infile-in-sas-7-1/m-p/750070#M38965</link>
      <description>Hello,&lt;BR /&gt;I am using infile statement to trigger a script in Unix environment. Below is the code that I am using&lt;BR /&gt;&lt;BR /&gt;data _null_;&lt;BR /&gt;infile "/unixlocation/filename.ksh" pipe;&lt;BR /&gt;input;&lt;BR /&gt;put _infile_;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;But to trigger the script (.ksh) file I need to use different credentials other than the ones used by my sas profile.&lt;BR /&gt;Can someone suggest me how to pass credentials to execute/run the script from Sas.&lt;BR /&gt;Any help would be appreciated. Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;I have already given a try using filename&lt;BR /&gt;But did not work.</description>
      <pubDate>Thu, 24 Jun 2021 02:47:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Credentials-for-infile-in-sas-7-1/m-p/750070#M38965</guid>
      <dc:creator>Twinklex</dc:creator>
      <dc:date>2021-06-24T02:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Credentials for infile in sas 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Credentials-for-infile-in-sas-7-1/m-p/750095#M38966</link>
      <description>&lt;P&gt;If you need to run a command from another user-id, have your UNIX admin enable this in sudo.&lt;/P&gt;
&lt;P&gt;sudo can be set to allow you to run a certain command with a certain user without supplying credentials.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 04:46:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Credentials-for-infile-in-sas-7-1/m-p/750095#M38966</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-06-24T04:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Credentials for infile in sas 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Credentials-for-infile-in-sas-7-1/m-p/750106#M38967</link>
      <description>Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;That would be fine, but is there any possibility that I could assign the credentials from sas code. That helps very much.</description>
      <pubDate>Thu, 24 Jun 2021 07:02:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Credentials-for-infile-in-sas-7-1/m-p/750106#M38967</guid>
      <dc:creator>Twinklex</dc:creator>
      <dc:date>2021-06-24T07:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Credentials for infile in sas 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Credentials-for-infile-in-sas-7-1/m-p/750111#M38968</link>
      <description>&lt;P&gt;No. Even if you could manage to do it (and there are ways to do that), any competent system administrator will object to it, for good reasons. One simply does &lt;U&gt;not&lt;/U&gt; put passwords on commandlines, as these are open to all users on the same system.&lt;/P&gt;
&lt;P&gt;Maxim 14: Use the Right Tool. The proper tool for what you want to do is sudo, so use it.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 07:34:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Credentials-for-infile-in-sas-7-1/m-p/750111#M38968</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-06-24T07:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Credentials for infile in sas 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Credentials-for-infile-in-sas-7-1/m-p/750118#M38969</link>
      <description>Thanks</description>
      <pubDate>Thu, 24 Jun 2021 08:41:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Credentials-for-infile-in-sas-7-1/m-p/750118#M38969</guid>
      <dc:creator>Twinklex</dc:creator>
      <dc:date>2021-06-24T08:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Credentials for infile in sas 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Credentials-for-infile-in-sas-7-1/m-p/750231#M38977</link>
      <description>&lt;P&gt;How would it be done from the command line if you needed different credentials?&amp;nbsp; However it is done from the command line is generally how it should be done in a FILENAME PIPE construct.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 15:01:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Credentials-for-infile-in-sas-7-1/m-p/750231#M38977</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2021-06-24T15:01:09Z</dc:date>
    </item>
  </channel>
</rss>

